PERFORCE change 28781 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 11 19:06:08 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28781
Change 28781 by peter at peter_daintree on 2003/04/11 19:05:42
-Wno-signed-compare is now our friend for gcc-3.3
Affected files ...
.. //depot/projects/hammer/sys/conf/Makefile.x86_64#9 edit
Differences ...
==== //depot/projects/hammer/sys/conf/Makefile.x86_64#9 (text+ko) ====
@@ -20,7 +20,7 @@
# The FSF cross tools don't understand -fformat-extensions
CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual \
- -ffreestanding -Wno-format
+ -ffreestanding -Wno-format -Wno-sign-compare
CC= x86_64-unknown-freebsd5.0-gcc
LD= x86_64-unknown-freebsd5.0-ld
NM= x86_64-unknown-freebsd5.0-nm
More information about the p4-projects
mailing list