svn commit: r193245 - head/sys/dev/aic7xxx/aicasm
Doug Barton
dougb at FreeBSD.org
Mon Jun 1 18:48:43 UTC 2009
Xin LI wrote:
> Author: delphij
> Date: Mon Jun 1 18:43:33 2009
> New Revision: 193245
> URL: http://svn.freebsd.org/changeset/base/193245
>
> Log:
> Mark as WARNS=6.
>
> Modified:
> head/sys/dev/aic7xxx/aicasm/Makefile
>
> Modified: head/sys/dev/aic7xxx/aicasm/Makefile
> ==============================================================================
> --- head/sys/dev/aic7xxx/aicasm/Makefile Mon Jun 1 18:42:16 2009 (r193244)
> +++ head/sys/dev/aic7xxx/aicasm/Makefile Mon Jun 1 18:43:33 2009 (r193245)
> @@ -15,6 +15,7 @@ SRCS= ${GENHDRS} ${CSRCS} ${YSRCS} ${LSR
> CLEANFILES+= ${GENHDRS} ${YSRCS:R:C/(.*)/\1.output/g}
> DPADD= ${LIBL}
> LDADD= -ll
> +WARNS?= 6
>
> # Correct path for kernel builds
> # Don't rely on the kernel's .depend file
>
Is there more coming?
cc -O2 -pipe -ggdb -nostdinc -I/usr/include -I.
-I/usr/local/src/sys/dev/aic7xxx/aicasm -ggdb -std=gnu99
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch
-Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wno-pointer-sign -c aicasm_scan.c
cc1: warnings being treated as errors
/usr/local/src/sys/dev/aic7xxx/aicasm/aicasm_scan.l: In function
'expand_macro':
/usr/local/src/sys/dev/aic7xxx/aicasm/aicasm_scan.l:528: warning:
'match.rm_eo' may be used uninitialized in this function
/usr/local/src/sys/dev/aic7xxx/aicasm/aicasm_scan.l:528: warning:
'match.rm_so' may be used uninitialized in this function
*** Error code 1
Stop in /usr/local/obj/usr/local/src/sys/LAP.
*** Error code 1
--
This .signature sanitized for your protection
More information about the svn-src-all
mailing list