svn commit: r313389 - head/sys/boot/efi/libefi
Emmanuel Vadot
manu at FreeBSD.org
Tue Feb 7 15:16:02 UTC 2017
Author: manu
Date: Tue Feb 7 15:16:01 2017
New Revision: 313389
URL: https://svnweb.freebsd.org/changeset/base/313389
Log:
efipart is also using the '%S' printf format, add -Wno-format for it.
This fix building for armv6.
Modified:
head/sys/boot/efi/libefi/Makefile
Modified: head/sys/boot/efi/libefi/Makefile
==============================================================================
--- head/sys/boot/efi/libefi/Makefile Tue Feb 7 15:13:19 2017 (r313388)
+++ head/sys/boot/efi/libefi/Makefile Tue Feb 7 15:16:01 2017 (r313389)
@@ -26,6 +26,7 @@ SRCS+= time_event.c
# of a short. There's no good cast to use here so just ignore the
# warnings for now.
CWARNFLAGS.efinet.c+= -Wno-format
+CWARNFLAGS.efipart.c+= -Wno-format
CWARNFLAGS.env.c+= -Wno-format
.if ${MACHINE_CPUARCH} == "aarch64"
More information about the svn-src-all
mailing list