summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2016-05-26 23:06:36 +0000
committerjhb <jhb@FreeBSD.org>2016-05-26 23:06:36 +0000
commit040099380d571eedb57f44c03c385de7992d75b9 (patch)
tree65891650065c8751b68f8dd8366dc0d6ebde63b3 /sys/boot/efi
parentd8abae6a6ef03e8b49bd07181c567c454e4e7bd6 (diff)
downloadFreeBSD-src-040099380d571eedb57f44c03c385de7992d75b9.zip
FreeBSD-src-040099380d571eedb57f44c03c385de7992d75b9.tar.gz
Remove second copy of the -Wno-format band-aid for printf %S.
Diffstat (limited to 'sys/boot/efi')
-rw-r--r--sys/boot/efi/loader/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index 43b72b0..6b1b4ac 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -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
OpenPOWER on IntegriCloud