diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2007-03-23 22:49:23 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2007-03-23 22:49:23 +0000 |
commit | 2896811274e430759305c7f25889cb0214213409 (patch) | |
tree | 30e2ec739ccffe6f19049153950e1d31f6604f66 /plugins/asn1/Makefile.am | |
parent | 3288a39db202082ceb1120367d017792323fdecf (diff) | |
download | wireshark-2896811274e430759305c7f25889cb0214213409.tar.gz wireshark-2896811274e430759305c7f25889cb0214213409.tar.bz2 wireshark-2896811274e430759305c7f25889cb0214213409.zip |
Fix about 150 warnings new to gcc 4.0 in the error on warning directories.
Comment out -Werror in plugins/asn1/ until warnings can be fixed.
svn path=/trunk/; revision=21158
Diffstat (limited to 'plugins/asn1/Makefile.am')
-rw-r--r-- | plugins/asn1/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am index 4404bbdd74..13f3e81856 100644 --- a/plugins/asn1/Makefile.am +++ b/plugins/asn1/Makefile.am @@ -26,9 +26,9 @@ INCLUDES = -I$(top_srcdir) -I$(includedir) include Makefile.common -if HAVE_WARNINGS_AS_ERRORS -AM_CFLAGS = -Werror -endif +#if HAVE_WARNINGS_AS_ERRORS +#AM_CFLAGS = -Werror +#endif plugin_LTLIBRARIES = asn1.la asn1_la_SOURCES = \ |