diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-16 16:57:00 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-16 16:57:00 +1100 |
commit | 56bc1890b229072513788992d1d29b6f173c13de (patch) | |
tree | 20e81d08b66f7ce122a7d5b2cf49e3b495eac1ed /Makefile.main | |
parent | 4834fced49c6c8ccbc7237588df5cfe7c4e7cdd7 (diff) | |
download | skiboot-56bc1890b229072513788992d1d29b6f173c13de.zip skiboot-56bc1890b229072513788992d1d29b6f173c13de.tar.gz skiboot-56bc1890b229072513788992d1d29b6f173c13de.tar.bz2 |
Enable -Werror for -Wformat
We create our own inttypes.h to get the correct printf formatting for
64bit numbers.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.main')
-rw-r--r-- | Makefile.main | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.main b/Makefile.main index 78bab2d..dc36426 100644 --- a/Makefile.main +++ b/Makefile.main @@ -28,7 +28,7 @@ CWARNS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -Wwrite-strings -Wcast-align \ -Winit-self \ -Wframe-larger-than=1024 \ - -Werror -Wno-error=format + -Werror # Host tools and options HOSTCC=gcc |