Suppress sign-comparison warnings in libfdt/softfloat (-Wextra)

This commit is contained in:
Andrew Waterman
2025-04-16 16:29:23 -07:00
parent 417b778955
commit 5fb354dce8
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ fdt_c_srcs = \
fdt_addresses.c \
fdt_overlay.c \
fdt_CFLAGS = -I$(src_dir)/fdt
fdt_CFLAGS = -I$(src_dir)/fdt -Wno-sign-compare

View File

@@ -253,4 +253,4 @@ softfloat_install_hdrs = \
softfloat.h \
softfloat_types.h \
softfloat_CFLAGS = -Wno-implicit-fallthrough
softfloat_CFLAGS = -Wno-sign-compare -Wno-implicit-fallthrough