aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/packet-dcom-cba-acco.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-22 23:03:39 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-22 23:03:39 +0000
commitcdf47e536bc77c178a630f5bf474b7ba148394fd (patch)
tree29f085b19c89a9bba21ab7461a300809b9bfe12d /plugins/profinet/packet-dcom-cba-acco.c
parent7f3e4fea48dad56d9ecfb73aab614233cdde5a0e (diff)
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. svn path=/trunk/; revision=21127
Diffstat (limited to 'plugins/profinet/packet-dcom-cba-acco.c')
-rw-r--r--plugins/profinet/packet-dcom-cba-acco.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/profinet/packet-dcom-cba-acco.c b/plugins/profinet/packet-dcom-cba-acco.c
index 883be61778..b7b004c96f 100644
--- a/plugins/profinet/packet-dcom-cba-acco.c
+++ b/plugins/profinet/packet-dcom-cba-acco.c
@@ -330,7 +330,7 @@ GList *cba_pdevs;
/* as we are a plugin, we cannot get this from libwireshark! */
const true_false_string acco_flags_set_truth = { "Set", "Not set" };
-
+#if 0
static void
cba_connection_dump(cba_connection_t *conn, const char *role)
{
@@ -356,7 +356,6 @@ cba_connection_dump(cba_connection_t *conn, const char *role)
}
-#if 0
static void
cba_object_dump(void)
{