From 2aab8555987b547b617cbb887e61083fece01541 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Fri, 16 Jan 2015 11:16:25 +0000 Subject: 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. --- mk/devel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1