summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-12-13 19:27:16 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-12-13 19:27:16 +0000
commit44487224252ad91c448373cd1974f1ef6c53579f (patch)
tree071234531497f70f215725b363b7b06835f8e7f2 /monkey
parentc87cbe565580975bf8300578ec556931a5f5a409 (diff)
downloadnetsurf-44487224252ad91c448373cd1974f1ef6c53579f.tar.gz
netsurf-44487224252ad91c448373cd1974f1ef6c53579f.tar.bz2
allow flags to be selected based on compiler version
Diffstat (limited to 'monkey')
-rw-r--r--monkey/Makefile.target1
1 files changed, 0 insertions, 1 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 4e8ac81ee..fa15a50f2 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -33,7 +33,6 @@ $(eval $(call pkg_config_find_and_add_enabled,JS,mozilla-js,JavaScript))
# no pkg-config for this library
$(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp -lvpx,WebP (libwebp)))
-#-Wno-unused-but-set-variable
WARNFLAGS += -Werror
MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \