aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2014-12-10 13:41:50 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2014-12-10 13:41:50 +1100
commit360499c4fd62d05ef6902cc98a92c177e6b468c8 (patch)
tree9fca03465f81adb3caf80d76313b9a565147979e
parentfa79cecc45c2aec1683207e05fe1004d31ee32be (diff)
downloadskiboot-360499c4fd62d05ef6902cc98a92c177e6b468c8.zip
skiboot-360499c4fd62d05ef6902cc98a92c177e6b468c8.tar.gz
skiboot-360499c4fd62d05ef6902cc98a92c177e6b468c8.tar.bz2
Enable -Werror
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--Makefile.main4
1 files 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