PERFORCE change 109573 for review

Warner Losh imp at FreeBSD.org
Thu Nov 9 00:30:39 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=109573

Change 109573 by imp at imp_lighthouse on 2006/11/09 00:30:13

	More anal about the warnings/errors

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/Makefile.inc#25 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/Makefile.inc#25 (text+ko) ====

@@ -16,9 +16,9 @@
 	-Wall -Waggregate-return  \
 	-Wnested-externs \
 	-Wpointer-arith -Wshadow -Wwrite-strings \
-	-Werror
-# -Wmissing-prototypes
-# -Wmissing-declarations 
+	-Werror \
+	-Wmissing-prototypes \
+	-Wmissing-declarations 
 # -Wstrict-prototypes 
 
 CFLAGS+=-DBOOT_${BOOT_FLAVOR:U}


More information about the p4-projects mailing list