From 789f1dee60f1d3e31b9fd41ab87b8f31f1d4a7f3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 20 Jul 2002 03:52:37 +0000 Subject: Turn on -Wformat --- sys/boot/efi/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/efi') diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 4985d7cc7bca..cb202ef60ff0 100644 --- a/sys/boot/efi/Makefile.inc +++ b/sys/boot/efi/Makefile.inc @@ -1,4 +1,4 @@ # $FreeBSD$ # Options used when building app-specific efi components -CFLAGS+= -ffreestanding +CFLAGS+= -ffreestanding -Wformat -- cgit v1.2.3