Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33848
Change subject: lib/gnat: Enable -Werror ......................................................................
lib/gnat: Enable -Werror
We want to catch warnings as early as possible.
Change-Id: Ifdb2ff8f7973d557a437ac127e073306f76ca6f6 Signed-off-by: Nico Huber nico.h@gmx.de --- M src/lib/gnat/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/33848/1
diff --git a/src/lib/gnat/Makefile.inc b/src/lib/gnat/Makefile.inc index c8886ec..ebd0486 100644 --- a/src/lib/gnat/Makefile.inc +++ b/src/lib/gnat/Makefile.inc @@ -25,6 +25,7 @@ -gnatpg \ -I$$(src)/lib/gnat/ \ $$(GCC_ADAFLAGS_$(1)) \ + -Werror \
libgnat-$(1)-y += a-unccon.ads libgnat-$(1)-y += ada.ads