diff options
author | peter <peter@FreeBSD.org> | 2002-07-20 03:52:37 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-20 03:52:37 +0000 |
commit | 5c8d7ce181cd68ce671789be0c85e4e76697ceaa (patch) | |
tree | b05b288b0188157b4bae6cf16bb4e62a7d768b86 /sys/boot | |
parent | 335f3b2c57f779c1f41149357bce7577c6a99635 (diff) | |
download | FreeBSD-src-5c8d7ce181cd68ce671789be0c85e4e76697ceaa.zip FreeBSD-src-5c8d7ce181cd68ce671789be0c85e4e76697ceaa.tar.gz |
Turn on -Wformat
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/efi/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 4985d7c..cb202ef 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 |