Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2003 19:34:29 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 28150 for review
Message-ID:  <200304050334.h353YT0T099852@repoman.freebsd.org>

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

Change 28150 by peter@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



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