summaryrefslogtreecommitdiffstats
path: root/Makefile.main
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-11-16 16:57:00 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-16 16:57:00 +1100
commit56bc1890b229072513788992d1d29b6f173c13de (patch)
tree20e81d08b66f7ce122a7d5b2cf49e3b495eac1ed /Makefile.main
parent4834fced49c6c8ccbc7237588df5cfe7c4e7cdd7 (diff)
downloadtalos-skiboot-56bc1890b229072513788992d1d29b6f173c13de.tar.gz
talos-skiboot-56bc1890b229072513788992d1d29b6f173c13de.zip
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.main2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.main b/Makefile.main
index 78bab2d1..dc36426f 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
OpenPOWER on IntegriCloud