summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-01-16 11:16:25 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-06-01 16:53:27 +0100
commit43ef14a6adda096c85e0fb76c5c9e70e38e9824e (patch)
tree3dfbf530b2ab2b84df56ed69b21ed28645b55ffa
parentb577c216333fcd9cb1a38ae0bf7178abfe6f916a (diff)
downloadsyslinux-43ef14a6adda096c85e0fb76c5c9e70e38e9824e.tar.gz
Disable -Werror
With the latest GCC releases, Syslinux will not be able to compile with this flag active. Note that Syslinux supports passing a NO_WERROR variable, but unfortunately it doesn't disable the flag for all targets.
-rw-r--r--mk/devel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/devel.mk b/mk/devel.mk
index 104207f5..cbe4e881 100644
--- a/mk/devel.mk
+++ b/mk/devel.mk
@@ -1,2 +1,2 @@
# Useful while doing development, but not for production.
-GCCWARN += -Wno-clobbered -Werror
+GCCWARN += -Wno-clobbered