From 5c8d7ce181cd68ce671789be0c85e4e76697ceaa Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 20 Jul 2002 03:52:37 +0000 Subject: [PATCH] Turn on -Wformat --- sys/boot/efi/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 4985d7cc7bc..cb202ef60ff 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 -- 2.45.2