summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-08-28 11:36:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-08-28 11:36:12 +0000
commitfacbc3fa3a478c87282c3f95ba056c6711e5e96d (patch)
tree87fb89fcaa583ff61d22e4e0008c30cf49671459 /Build/source/texk/web2c/luatexdir/am
parenta5246f1800214ff97fd44ead17f33be86099885a (diff)
luaTeX: Enable g++ warnings and avoid most of them
git-svn-id: svn://tug.org/texlive/trunk@38228 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am')
-rw-r--r--Build/source/texk/web2c/luatexdir/am/libluatex.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/libluatex.am b/Build/source/texk/web2c/luatexdir/am/libluatex.am
index 4d66fefc67e..19fc671a3fe 100644
--- a/Build/source/texk/web2c/luatexdir/am/libluatex.am
+++ b/Build/source/texk/web2c/luatexdir/am/libluatex.am
@@ -1,6 +1,6 @@
## texk/web2c/luatexdir/am/libluatex.am: Makefile fragment for libluatex.
##
-## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
## liblua52
@@ -25,8 +25,8 @@ libluatex_a_CPPFLAGS = $(libluatex_a_preflags) $(LUA_INCLUDES)
libluajittex_a_CPPFLAGS = $(libluatex_a_preflags) $(LUAJIT_INCLUDES) $(LUAJIT_DEFINES)
libluajittex_a_CPPFLAGS += -DLuajitTeX
-libluatex_a_CXXFLAGS = # $(WARNING_CXXFLAGS)
-libluajittex_a_CXXFLAGS = # $(WARNING_CXXFLAGS)
+libluatex_a_CXXFLAGS = $(WARNING_CXXFLAGS)
+libluajittex_a_CXXFLAGS = $(WARNING_CXXFLAGS)
dist_libluatex_a_SOURCES = \
luatexdir/lua/lstrlibext.c