aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-20 01:08:19 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-20 08:09:04 +0000
commit9eb0080e0536e4bbe5f34efaa6573d25d2a669d7 (patch)
tree76a672c42bae873099b794a424a675e348861e7c /plugins/wimaxasncp
parent091aea8c3cc974ebf710ee22ccb0df5807d3eed4 (diff)
Sign, Flex strikes again; it generates code that produces warnings.
Change-Id: Ibd92bd07e537a4ac19e2a5b159ece0e25aa366b1 Reviewed-on: https://code.wireshark.org/review/4861 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am
index bce4282413..15c6bc3d99 100644
--- a/plugins/wimaxasncp/Makefile.am
+++ b/plugins/wimaxasncp/Makefile.am
@@ -26,9 +26,12 @@ AM_CPPFLAGS = -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@