HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45086 )
Change subject: [test] use gcc -Wunused-macros warning option ......................................................................
[test] use gcc -Wunused-macros warning option
Change-Id: I2750a5a132347574fc895e1ce2617917cb468af3 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/86/45086/1
diff --git a/Makefile.inc b/Makefile.inc index ab0e5bb..af71728 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -425,7 +425,7 @@ CFLAGS_common += -pipe -g -nostdinc -std=gnu11 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 += -Wshadow -Wdate-time -Wtype-limits -Wvla -Wunused-macros CFLAGS_common += -Wlogical-op -Wduplicated-cond -Wdangling-else CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer CFLAGS_common += -fstrict-aliasing -ffunction-sections -fdata-sections -fno-pie
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/45086 )
Change subject: [test] use gcc -Wunused-macros warning option ......................................................................
Abandoned