From fe1ec7f3b7f4f4d4af512db3a8b8952a9ea585df Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 11 Apr 2013 11:36:36 +0100 Subject: Add -DYYENABLE_NLS=0 to shush some warnings --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3