HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44574 )
Change subject: [test] test warning flag 'Wunused-function' ......................................................................
[test] test warning flag 'Wunused-function'
Change-Id: I5313c143de723771a9ae4a5a134490b4106a97e3 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/44574/1
diff --git a/Makefile.inc b/Makefile.inc index 9d27743..dd76a88 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -423,7 +423,7 @@ CFLAGS_common += -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes CFLAGS_common += -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wimplicit-fallthrough CFLAGS_common += -Wshadow -Wdate-time -Wtype-limits -Wvla -CFLAGS_common += -Wlogical-op -Wduplicated-cond -Wdangling-else +CFLAGS_common += -Wlogical-op -Wduplicated-cond -Wdangling-else -Wunused-function CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer CFLAGS_common += -fstrict-aliasing -ffunction-sections -fdata-sections -fno-pie ifeq ($(CONFIG_COMPILER_GCC),y)