efipart is also using the '%S' printf format, add -Wno-format for it.

This fix building for armv6.
This commit is contained in:
manu 2017-02-07 15:16:01 +00:00
parent 210d7e9a55
commit 8966cdb0ee

View File

@ -26,6 +26,7 @@ SRCS+= time_event.c
# of a short. There's no good cast to use here so just ignore the
# warnings for now.
CWARNFLAGS.efinet.c+= -Wno-format
CWARNFLAGS.efipart.c+= -Wno-format
CWARNFLAGS.env.c+= -Wno-format
.if ${MACHINE_CPUARCH} == "aarch64"