efipart is also using the '%S' printf format, add -Wno-format for it.
This fix building for armv6.
This commit is contained in:
parent
210d7e9a55
commit
8966cdb0ee
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user