From a200ad6d3b0da02a196fc49ed3c73014aae1b542 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Sun, 6 Feb 2011 23:42:54 +0100 Subject: lua: Making lua building with no gcc error Simple patch to make gcc happy during build in -Wall -Werror --- com32/lua/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/lua/src/Makefile') diff --git a/com32/lua/src/Makefile b/com32/lua/src/Makefile index d31c9bdc..72f31688 100644 --- a/com32/lua/src/Makefile +++ b/com32/lua/src/Makefile @@ -22,7 +22,7 @@ LIBS = ../../lib/libcom32.a $(LIBGCC) LNXLIBS = # Temporarily allow warnings not being treated as errors -GCCWARN += -Wno-error +#GCCWARN += -Wno-error MODULES = lua.c32 TESTFILES = -- cgit v1.2.1