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

This commit is contained in:
jhb 2016-05-26 23:06:36 +00:00
parent d8abae6a6e
commit 040099380d

View File

@ -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