boot/libs: hush warnings for zstd on arm64

Change-Id: I971cdefd670d26e669e9bdfd9c9a29ca5508ff9d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6915
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
David Karoly 2023-09-19 18:07:21 +02:00 committed by waddlesplash
parent bcd89a79ad
commit ad29214d43

View File

@ -42,7 +42,7 @@ local libFDTSources =
fdt_overlay.c
;
SubDirCcFlags -Wno-error=missing-prototypes ;
SubDirCcFlags -Wno-error=missing-prototypes -Wno-error=sign-compare -Wno-error=missing-braces ;
local platform ;
for platform in [ MultiBootSubDirSetup ] {