summaryrefslogtreecommitdiff
path: root/plugins/mate/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-06 10:24:50 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-06 10:24:50 +0000
commitec02b35a9c251a886811798f85c1f6e5578761b4 (patch)
treefc4a49f467d6bd345fdcc060f2e11537feeaa010 /plugins/mate/Makefile.am
parentde2db00f040728696b609302a1a18b65ded97a74 (diff)
downloadwireshark-ec02b35a9c251a886811798f85c1f6e5578761b4.tar.gz
-Werror needs to be applied only to clean files, not to, for example,
Flex-generated files. Comment it out for now. svn path=/trunk/; revision=47516
Diffstat (limited to 'plugins/mate/Makefile.am')
-rw-r--r--plugins/mate/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index b387a3408d..834796e99c 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -28,9 +28,12 @@ INCLUDES = -I$(top_srcdir)
include Makefile.common
-if HAVE_WARNINGS_AS_ERRORS
-AM_CFLAGS = -Werror
-endif
+#
+# XXX - how to make this apply only to clean files?
+#
+#if HAVE_WARNINGS_AS_ERRORS
+#AM_CFLAGS = -Werror
+#endif
plugindir = @plugindir@