aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_rlcmac.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-18 14:31:14 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-18 14:31:14 +0000
commitc1ceac58cdb77051e9bd14c1f6f7669cf5779a86 (patch)
treee582d1ab1374df4bfdd5d7591a5a0d8dd3b33c88 /epan/dissectors/packet-gsm_rlcmac.c
parentad531c5bfc4eb458fd5dee3217cd1b03be34672b (diff)
Fix -Wunused-const-variable found by Clang
svn path=/trunk/; revision=54222
Diffstat (limited to 'epan/dissectors/packet-gsm_rlcmac.c')
-rw-r--r--epan/dissectors/packet-gsm_rlcmac.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gsm_rlcmac.c b/epan/dissectors/packet-gsm_rlcmac.c
index 3fa802b3bb..072db88e43 100644
--- a/epan/dissectors/packet-gsm_rlcmac.c
+++ b/epan/dissectors/packet-gsm_rlcmac.c
@@ -1861,11 +1861,13 @@ CSN_DESCR_BEGIN(Packet_Uplink_Dummy_Control_Block_t)
M_PADDING_BITS(Packet_Uplink_Dummy_Control_Block_t),
CSN_DESCR_END (Packet_Uplink_Dummy_Control_Block_t)
+#if 0
static const
CSN_DESCR_BEGIN(Receive_N_PDU_Number_t)
M_UINT (Receive_N_PDU_Number_t, nsapi, 4, &hf_receive_n_pdu_number_nsapi),
M_UINT (Receive_N_PDU_Number_t, value, 8, &hf_receive_n_pdu_number_value),
CSN_DESCR_END (Receive_N_PDU_Number_t)
+#endif
#if 0
static gint16 Receive_N_PDU_Number_list_Dissector(proto_tree *tree, csnStream_t* ar, tvbuff_t *tvb, void* data, int ett_csn1 _U_)
@@ -3809,7 +3811,9 @@ CSN_DESCR_BEGIN(CDMA2000_Description_t)
CSN_ERROR (CDMA2000_Description_t, "Not Implemented", CSN_ERROR_STREAM_NOT_SUPPORTED),
CSN_DESCR_END (CDMA2000_Description_t)
+#if 0
static const guint8 NR_OF_FDD_CELLS_map[32] = {0, 10, 19, 28, 36, 44, 52, 60, 67, 74, 81, 88, 95, 102, 109, 116, 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
+#endif
#if 0
static CSN_CallBackStatus_t callback_UTRAN_FDD_map_NrOfFrequencies(proto_tree *tree _U_, tvbuff_t *tvb _U_, void* param1, void* param2, int bit_offset _U_, int ett_csn1 _U_)
{ /* TS 44.060 Table 11.2.9b.2.a */