Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/67756 )
Change subject: [test] Makefile.inc: Use ftrivial-auto-var-init="pattern" ......................................................................
[test] Makefile.inc: Use ftrivial-auto-var-init="pattern"
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: I69247be3a32d88f0ed1cb5a48ea0097e8fc166b6 --- M Makefile.inc 1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/67756/1
diff --git a/Makefile.inc b/Makefile.inc index fedcaad..bf1155b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -444,6 +444,7 @@ CFLAGS_common += -fno-common -fno-pie # Options that control optimization CFLAGS_common += -fdata-sections -ffunction-sections -fomit-frame-pointer -fstrict-aliasing +CFLAGS_common += -ftrivial-auto-var-init="pattern" # Warning Options CFLAGS_common += -Wall -Wdangling-else -Wdate-time -Wtype-limits -Wimplicit-fallthrough CFLAGS_common += -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow -Wundef