PERFORCE change 28150 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 4 19:34:31 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28150
Change 28150 by peter at peter_overcee on 2003/04/04 19:34:21
-Wno-format (FSF gcc doesn't like our kernel printf)
Affected files ...
.. //depot/projects/hammer/sys/conf/Makefile.x86_64#5 edit
Differences ...
==== //depot/projects/hammer/sys/conf/Makefile.x86_64#5 (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
+ -ffreestanding -Wno-format
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