aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-19 16:08:46 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-19 23:09:20 +0000
commitc9b84a5ccaf14146eb4d9094670a89c6306f4924 (patch)
tree960380762b30e908ffed3f1f4f12c0453a2a7d9d /plugins
parent4d6b3db5d4edc8743151c599330441ad2f943094 (diff)
This appears to be clean with my build; see if it needs work with others.
Change-Id: I2c3e3ce8e29b26958d42b66eca3c7539b65695ab Reviewed-on: https://code.wireshark.org/review/4848 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimaxasncp/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am
index 15c6bc3d99..bce4282413 100644
--- a/plugins/wimaxasncp/Makefile.am
+++ b/plugins/wimaxasncp/Makefile.am
@@ -26,12 +26,9 @@ AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
-#
-# XXX - how to make this apply only to clean files?
-#
-#if HAVE_WARNINGS_AS_ERRORS
-#AM_CFLAGS = -Werror
-#endif
+if HAVE_WARNINGS_AS_ERRORS
+AM_CFLAGS = -Werror
+endif
plugindir = @plugindir@