summaryrefslogtreecommitdiff
path: root/com32/lua/src/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-02-06 23:42:54 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-02-06 23:42:54 +0100
commita200ad6d3b0da02a196fc49ed3c73014aae1b542 (patch)
treec68744953dd0fbaecb5244114b26a13511a9ce48 /com32/lua/src/Makefile
parente0494be7b038a05dfe1093d2c1abde3599d6270f (diff)
downloadsyslinux-a200ad6d3b0da02a196fc49ed3c73014aae1b542.tar.gz
lua: Making lua building with no gcc error
Simple patch to make gcc happy during build in -Wall -Werror
Diffstat (limited to 'com32/lua/src/Makefile')
-rw-r--r--com32/lua/src/Makefile2
1 files changed, 1 insertions, 1 deletions
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 =