diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2014-12-10 13:41:50 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2014-12-10 13:41:50 +1100 |
commit | 360499c4fd62d05ef6902cc98a92c177e6b468c8 (patch) | |
tree | 9fca03465f81adb3caf80d76313b9a565147979e /Makefile.main | |
parent | fa79cecc45c2aec1683207e05fe1004d31ee32be (diff) | |
download | skiboot-360499c4fd62d05ef6902cc98a92c177e6b468c8.zip skiboot-360499c4fd62d05ef6902cc98a92c177e6b468c8.tar.gz skiboot-360499c4fd62d05ef6902cc98a92c177e6b468c8.tar.bz2 |
Enable -Werror
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.main')
-rw-r--r-- | Makefile.main | 4 |
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 |