summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2013-04-11 11:36:36 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2013-04-11 11:36:36 +0100
commitfe1ec7f3b7f4f4d4af512db3a8b8952a9ea585df (patch)
tree468825ad50a089058b03c7f26c75c373a96982fb
parentaa84d0564600380086faa116dc874725f99e4664 (diff)
downloadnsgenbind-fe1ec7f3b7f4f4d4af512db3a8b8952a9ea585df.tar.gz
nsgenbind-fe1ec7f3b7f4f4d4af512db3a8b8952a9ea585df.tar.bz2
Add -DYYENABLE_NLS=0 to shush some warnings
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e151d8f..f160d42 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-CFLAGS := $(CFLAGS) -I$(BUILDDIR) -Isrc/ -g
+CFLAGS := $(CFLAGS) -I$(BUILDDIR) -Isrc/ -g -DYYENABLE_NLS=0
# Sources in this directory
DIR_SOURCES := nsgenbind.c webidl-ast.c nsgenbind-ast.c jsapi-libdom.c jsapi-libdom-operator.c jsapi-libdom-property.c jsapi-libdom-const.c