summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-12-13 16:04:06 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-12-13 16:04:06 +0000
commit17e20537d4c6cdcb55f1ab68c950264c79ca69b2 (patch)
treeb651c3f347a32437f055c8d9eca187f58ee91493 /monkey
parent0ff9d858139328956cfe60a29f13b3315b6d2ce6 (diff)
downloadnetsurf-17e20537d4c6cdcb55f1ab68c950264c79ca69b2.tar.gz
netsurf-17e20537d4c6cdcb55f1ab68c950264c79ca69b2.tar.bz2
try without option altogether
Diffstat (limited to 'monkey')
-rw-r--r--monkey/Makefile.target3
1 files changed, 2 insertions, 1 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 18a7dae6b..d43fe8d9c 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -47,7 +47,8 @@ MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \
MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
-MONKEYWARNFLAGS := -Werror -Wno-error=unused-but-set-variable
+MONKEYWARNFLAGS := -Werror
+#-Wno-unused-but-set-variable
CFLAGS += $(MONKEYCFLAGS) $(MONKEYWARNFLAGS)
LDFLAGS += $(MONKEYLDFLAGS)