aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-04-14 21:29:29 +0000
committerJörg Mayer <jmayer@loplof.de>2008-04-14 21:29:29 +0000
commitabaea4e10013e2f5219b800ea673a5cb946ad177 (patch)
tree7ef499c886e7cd97443a7d2fb68de4b1e1b123be /plugins
parent46efef6b043c14b8f858d411c0bd4ea12553fc31 (diff)
The generated code warns about 'input' being unused. -Werror turns this into a failure
svn path=/trunk/; revision=25027
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimaxasncp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am
index faa5d52ca1..98cec54a60 100644
--- a/plugins/wimaxasncp/Makefile.am
+++ b/plugins/wimaxasncp/Makefile.am
@@ -30,7 +30,7 @@ INCLUDES = -I$(top_srcdir) -I$(includedir)
include Makefile.common
if HAVE_WARNINGS_AS_ERRORS
-AM_CFLAGS = -Werror
+# AM_CFLAGS = -Werror
endif
plugindir = @plugindir@