From 360499c4fd62d05ef6902cc98a92c177e6b468c8 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 10 Dec 2014 13:41:50 +1100 Subject: Enable -Werror Signed-off-by: Stewart Smith --- Makefile.main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.main b/Makefile.main index e6ff0a6..5f8691a 100644 --- a/Makefile.main +++ b/Makefile.main @@ -23,8 +23,8 @@ CWARNS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -Winit-self \ -Wsuggest-attribute=const \ -Wsuggest-attribute=noreturn \ - -Wframe-larger-than=1024 \ - -Wstack-usage=1024 + -Wframe-larger-than=1024 -Wstack-usage=1024 \ + -Werror -Wno-error=format # Host tools and options HOSTCC=gcc -- cgit v1.1