svn commit: r300789 - head/sys/boot/efi/loader

John Baldwin jhb at FreeBSD.org
Thu May 26 23:06:37 UTC 2016


Author: jhb
Date: Thu May 26 23:06:36 2016
New Revision: 300789
URL: https://svnweb.freebsd.org/changeset/base/300789

Log:
  Remove second copy of the -Wno-format band-aid for printf %S.

Modified:
  head/sys/boot/efi/loader/Makefile

Modified: head/sys/boot/efi/loader/Makefile
==============================================================================
--- head/sys/boot/efi/loader/Makefile	Thu May 26 22:43:02 2016	(r300788)
+++ head/sys/boot/efi/loader/Makefile	Thu May 26 23:06:36 2016	(r300789)
@@ -30,10 +30,6 @@ CWARNFLAGS.zfs.c+=	-Wno-sign-compare
 CWARNFLAGS.zfs.c+=	-Wno-array-bounds
 CWARNFLAGS.zfs.c+=	-Wno-missing-prototypes
 .endif
-# In the loader, %S is for CHAR16 strings, not wchar_t strings. This
-# mismatch causes issues on some archs, so just ignore it for now.
-# The printf in libstand implements CHAR16 strings always.
-CWARNFLAGS.main.c+=	-Wno-format
 
 # We implement a slightly non-standard %S in that it always takes a
 # CHAR16 that's common in UEFI-land instead of a wchar_t. This only


More information about the svn-src-head mailing list