Re: svn commit: r257203 - head/sys/arm/arm

2013-10-27 Thread Jilles Tjoelker
On Mon, Oct 28, 2013 at 08:43:37AM +1100, Bruce Evans wrote: > On Sun, 27 Oct 2013, Ian Lepore wrote: > >On Mon, 2013-10-28 at 04:42 +1100, Bruce Evans wrote: > >>On Sun, 27 Oct 2013, Ian Lepore wrote: > >> > >>>Log: > >>> Eliminate a compiler warning about extraneous parens. > >> > >>Wow, what fl

Re: svn commit: r257203 - head/sys/arm/arm

2013-10-27 Thread Bruce Evans
On Sun, 27 Oct 2013, Ian Lepore wrote: On Mon, 2013-10-28 at 04:42 +1100, Bruce Evans wrote: On Sun, 27 Oct 2013, Ian Lepore wrote: Log: Eliminate a compiler warning about extraneous parens. Wow, what flags give these warnings? --- busdma_machdep.o --- /local/build/staging/freebsd/dp10/s

Re: svn commit: r257203 - head/sys/arm/arm

2013-10-27 Thread Ian Lepore
On Mon, 2013-10-28 at 04:42 +1100, Bruce Evans wrote: > On Sun, 27 Oct 2013, Ian Lepore wrote: > > > Log: > > Eliminate a compiler warning about extraneous parens. > > Wow, what flags give these warnings? --- busdma_machdep.o --- /local/build/staging/freebsd/dp10/src/sys/arm/arm/busdma_machdep.

Re: svn commit: r257203 - head/sys/arm/arm

2013-10-27 Thread Bruce Evans
On Sun, 27 Oct 2013, Ian Lepore wrote: Log: Eliminate a compiler warning about extraneous parens. Wow, what flags give these warnings? Next I'll ask for -Wexcessive-braces, -Wbogus-cast and -Wno-sloppy-format. Modified: head/sys/arm/arm/busdma_machdep.c

svn commit: r257203 - head/sys/arm/arm

2013-10-26 Thread Ian Lepore
Author: ian Date: Sun Oct 27 03:29:38 2013 New Revision: 257203 URL: http://svnweb.freebsd.org/changeset/base/257203 Log: Eliminate a compiler warning about extraneous parens. Modified: head/sys/arm/arm/busdma_machdep.c Modified: head/sys/arm/arm/busdma_machdep.c