aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_bcch.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-11-21 23:17:59 +0000
committerBill Meier <wmeier@newsguy.com>2013-11-21 23:17:59 +0000
commit9f485b9e89f032d38a15c428e3ac0bda729a5792 (patch)
tree3c0a10d2cf53b340f5636a788ecb8f6191308eb8 /epan/dissectors/packet-gmr1_bcch.c
parenta5317f864603b871831a65750ae588e35434236b (diff)
#if 0 some unused vars found by CLANG
svn path=/trunk/; revision=53496
Diffstat (limited to 'epan/dissectors/packet-gmr1_bcch.c')
-rw-r--r--epan/dissectors/packet-gmr1_bcch.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gmr1_bcch.c b/epan/dissectors/packet-gmr1_bcch.c
index 10350be73c..34964f073b 100644
--- a/epan/dissectors/packet-gmr1_bcch.c
+++ b/epan/dissectors/packet-gmr1_bcch.c
@@ -761,17 +761,21 @@ CSN_DESCR_BEGIN(Segment3Kbis_t)
M_FIXED_LABEL(Segment3Kbis_t, 4, 0xb, "= Segment type: K bis"),
CSN_DESCR_END (Segment3Kbis_t)
+#if 0
static const
CSN_DESCR_BEGIN(Segment3L_t)
M_FIXED_LABEL(Segment3L_t, 1, 0x0, "= Class type: 3"),
M_FIXED_LABEL(Segment3L_t, 4, 0xc, "= Segment type: L"),
CSN_DESCR_END (Segment3L_t)
+#endif
+#if 0
static const
CSN_DESCR_BEGIN(Segment3M_t)
M_FIXED_LABEL(Segment3M_t, 1, 0x0, "= Class type: 3"),
M_FIXED_LABEL(Segment3M_t, 4, 0xd, "= Segment type: M"),
CSN_DESCR_END (Segment3M_t)
+#endif
static const
CSN_DESCR_BEGIN(Segment4A_t)
@@ -1024,10 +1028,10 @@ static const value_string si1_randomization_period_vals[] = {
static void
dissect_gmr1_bcch(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
- proto_item *bcch_item = NULL;
- proto_tree *bcch_tree = NULL;
+ proto_item *bcch_item = NULL;
+ proto_tree *bcch_tree = NULL;
csnStream_t ar;
- gboolean is_si1;
+ gboolean is_si1;
col_append_str(pinfo->cinfo, COL_INFO, "(BCCH) ");