Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 02:45:49 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14415 for review
Message-ID:  <200207180945.g6I9jnad017821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14415

Change 14415 by peter@peter_ia64 on 2002/07/18 02:45:19

	Turn on -Wformat

Affected files ...

.. //depot/projects/ia64/lib/libstand/Makefile#9 edit
.. //depot/projects/ia64/sys/boot/efi/Makefile.inc#7 edit

Differences ...

==== //depot/projects/ia64/lib/libstand/Makefile#9 (text+ko) ====

@@ -12,7 +12,7 @@
 INCS=		stand.h
 MAN=		libstand.3
 
-CFLAGS+= -ffreestanding
+CFLAGS+= -ffreestanding -Wformat
 CFLAGS+= -I${.CURDIR}
 
 .if ${MACHINE_ARCH} == "alpha"

==== //depot/projects/ia64/sys/boot/efi/Makefile.inc#7 (text+ko) ====

@@ -1,4 +1,4 @@
 # $FreeBSD: src/sys/boot/efi/Makefile.inc,v 1.4 2002/04/06 04:29:36 peter Exp $
 
 # Options used when building app-specific efi components
-CFLAGS+=	-ffreestanding
+CFLAGS+=	-ffreestanding -Wformat

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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