mirror of
https://github.com/riscv-software-src/riscv-isa-sim.git
synced 2025-10-14 02:07:30 +08:00
Suppress sign-comparison warnings in libfdt/softfloat (-Wextra)
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user