Remove second copy of the -Wno-format band-aid for printf %S.
This commit is contained in:
parent
d8abae6a6e
commit
040099380d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user