summaryrefslogtreecommitdiff
path: root/windows/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-09-05 16:01:44 +0100
committerVincent Sanders <vince@kyllikki.org>2014-09-05 16:01:44 +0100
commit4f530a3f8fff035006e2c9afbcfd233cd38a499a (patch)
treedb356c0ef1c02bf0476213e6927bd0e579c4a62d /windows/Makefile.target
parentef5b2340809ca61b4ffd87d864fec8f40ea43120 (diff)
downloadnetsurf-4f530a3f8fff035006e2c9afbcfd233cd38a499a.tar.gz
netsurf-4f530a3f8fff035006e2c9afbcfd233cd38a499a.tar.bz2
Pull warning flags out into variables that can be overriden seperately for C and C++
Diffstat (limited to 'windows/Makefile.target')
-rw-r--r--windows/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile.target b/windows/Makefile.target
index 93ee50a46..a4aaba1e4 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -42,7 +42,7 @@ CFLAGS += '-D_WIN32_IE=0x0501'
#installed resource path
CFLAGS += '-DNETSURF_WINDOWS_RESPATH="$(NETSURF_WINDOWS_RESPATH)"'
-WSCFLAGS := -std=c99 $(WARNFLAGS) -DCURL_STATICLIB -DCARES_STATICLIB -g
+WSCFLAGS := -std=c99 -DCURL_STATICLIB -DCARES_STATICLIB -g
CFLAGS += $(WSCFLAGS)
LDFLAGS += $(WSCFLAGS)