summaryrefslogtreecommitdiff
path: root/sys/boot/efi/libefi/Makefile
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2014-07-22 04:37:47 +0000
committerSean Bruno <sbruno@FreeBSD.org>2014-07-22 04:37:47 +0000
commit38d02a94fa62bcd33619a5afaf56a474a15b9afe (patch)
treead67a54cc9319850b1622dbfd2febf4e1fdfeca4 /sys/boot/efi/libefi/Makefile
parent484b4fd46c4e4061901114babeec89e5bcdc75a7 (diff)
downloadsrc-test2-38d02a94fa62bcd33619a5afaf56a474a15b9afe.tar.gz
src-test2-38d02a94fa62bcd33619a5afaf56a474a15b9afe.zip
Notes
Diffstat (limited to 'sys/boot/efi/libefi/Makefile')
-rw-r--r--sys/boot/efi/libefi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile
index df37f31b8d08..60cb43f02744 100644
--- a/sys/boot/efi/libefi/Makefile
+++ b/sys/boot/efi/libefi/Makefile
@@ -16,4 +16,8 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
# Pick up the bootstrap header for some interface items
CFLAGS+= -I${.CURDIR}/../../common
+
+# Suppress warning from clang for FreeBSD %b and %D formats
+CFLAGS+= -fformat-extensions
+
.include <bsd.lib.mk>