Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2006 00:30:32 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109573 for review
Message-ID:  <200611090030.kA90UWid013847@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109573

Change 109573 by imp@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611090030.kA90UWid013847>