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