Date: Thu, 26 May 2016 23:06:36 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300789 - head/sys/boot/efi/loader Message-ID: <201605262306.u4QN6a1r065571@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605262306.u4QN6a1r065571>