Add -Werror when using GCC only to the Makefile.am of the base
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Mar 2007 23:03:39 +0000 (23:03 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 22 Mar 2007 23:03:39 +0000 (23:03 +0000)
commit8a777f4316034357e13f45c05e9657bf2d46b4f1
tree29f085b19c89a9bba21ab7461a300809b9bfe12d
parent6f9caaf2f1b60d90db4e301cf1711978b523a563
Add -Werror when using GCC only to the Makefile.am of the base
directory and most of the plugins to match the same command
put in the Makefile.nmake files for Windows compliations.  Fix
a few warnings when compiling under gcc 3.4.4 on FreeBSD.  Create
new automake file variable called USING_GCC in configure.in and
wiretap/configure.in to acomplish the above -Werror addition.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21127 f5534014-38df-0310-8fa8-9805f1628bb7
33 files changed:
Makefile.am
capture_sync.c
codecs/Makefile.am
configure.in
file.c
plugins/agentx/Makefile.am
plugins/artnet/Makefile.am
plugins/asn1/Makefile.am
plugins/ciscosm/Makefile.am
plugins/docsis/Makefile.am
plugins/enttec/Makefile.am
plugins/gryphon/Makefile.am
plugins/h223/Makefile.am
plugins/h223/packet-h223.c
plugins/irda/Makefile.am
plugins/lwres/Makefile.am
plugins/megaco/Makefile.am
plugins/megaco/packet-megaco.c
plugins/mgcp/Makefile.am
plugins/opsi/Makefile.am
plugins/pcli/Makefile.am
plugins/profinet/Makefile.am
plugins/profinet/packet-dcerpc-pn-io.c
plugins/profinet/packet-dcom-cba-acco.c
plugins/rlm/Makefile.am
plugins/rtnet/Makefile.am
plugins/rudp/Makefile.am
plugins/sbus/Makefile.am
plugins/stats_tree/Makefile.am
plugins/tpg/Makefile.am
plugins/v5ua/Makefile.am
wiretap/Makefile.am
wiretap/configure.in