aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-22 23:24:13 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-22 23:24:13 +0000
commit84c5becd89c6cd52a55e51bfb8a6304dacb50425 (patch)
tree45b1d875ba53bbc69e1462dc52ab5bf64dbd3d80 /epan/wslua
parent636924e7c8d8ec7d38852e2146165d99e3027985 (diff)
Add -Werror for gcc to a few more directories and fix a few warnings
svn path=/trunk/; revision=21129
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index b9d9ecfa0d..919a318ed2 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -21,6 +21,10 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
+if USING_GCC
+AM_CFLAGS = -Werror
+endif
+
INCLUDES = -I$(top_srcdir) @LUA_INCLUDES@
noinst_LTLIBRARIES = libwslua.la