summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-01-16 11:16:25 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-01-16 16:19:46 +0000
commit2aab8555987b547b617cbb887e61083fece01541 (patch)
tree5914713004ad4d89cc451cc6e1ccad572c1071dd
parent2f6d21d2a560cb5581694fef42ee9a350d5f302f (diff)
downloadsyslinux-2aab8555987b547b617cbb887e61083fece01541.tar.gz
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