aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-23 16:59:34 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-23 16:59:34 +0000
commit8c220a6f7f8540914a0834bd114d97cdedd5d18f (patch)
tree91dacfe4ce1ab8fd33a5a0b55825562fdba82a57 /rawshark.c
parent79d58dc6707a09466bed0f8ce173627259f29e4a (diff)
Fix (using '#if 0') a few more [-Wunused-const-variable] warnings
svn path=/trunk/; revision=52799
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rawshark.c b/rawshark.c
index ded8d90ebd..a2825fdc1e 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -114,11 +114,13 @@
#include <wsutil/unicode-utils.h>
#endif /* _WIN32 */
+#if 0
/*
* This is the template for the decode as option; it is shared between the
* various functions that output the usage for this parameter.
*/
static const gchar decode_as_arg_template[] = "<layer_type>==<selector>,<decode_as_protocol>";
+#endif
static guint32 cum_bytes;
static const frame_data *ref;