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"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to