summaryrefslogtreecommitdiff
path: root/plugins/wimaxmacphy
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 /plugins/wimaxmacphy
parent79d58dc6707a09466bed0f8ce173627259f29e4a (diff)
downloadwireshark-8c220a6f7f8540914a0834bd114d97cdedd5d18f.tar.gz
Fix (using '#if 0') a few more [-Wunused-const-variable] warnings
svn path=/trunk/; revision=52799
Diffstat (limited to 'plugins/wimaxmacphy')
-rw-r--r--plugins/wimaxmacphy/packet-wimaxmacphy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/wimaxmacphy/packet-wimaxmacphy.c b/plugins/wimaxmacphy/packet-wimaxmacphy.c
index c0443a9529..8385fc195c 100644
--- a/plugins/wimaxmacphy/packet-wimaxmacphy.c
+++ b/plugins/wimaxmacphy/packet-wimaxmacphy.c
@@ -407,6 +407,7 @@ static const value_string wimaxmacphy_prim_txstart_indication_status_vals[]=
/* ------------------------------------------------------------------------- */
+#if 0
static const value_string wimaxmacphy_prim_sub_burst_burst_split_point_vals[]=
{
{ 0x00, "all 10 bits for burst number"},
@@ -419,15 +420,18 @@ static const value_string wimaxmacphy_prim_sub_burst_burst_split_point_vals[]=
{ 0x07, "7 bit sub-burst and 3 bits burst number"},
{ 0, NULL}
};
+#endif
/* ------------------------------------------------------------------------- */
+#if 0
static const value_string wimaxmacphy_prim_phy_request_vals[]=
{
{ 0x0, "LW 1 not present"},
{ 0x1, "AAS calibration request present in LW 1"},
{ 0, NULL}
};
+#endif
/* ------------------------------------------------------------------------- */
@@ -960,12 +964,14 @@ static const value_string wimaxmacphy_ul_sub_burst_ctype_vals[]=
/* ------------------------------------------------------------------------- */
+#if 0
static const value_string wimaxmacphy_ul_sub_burst_feedback_sub_type_vals[]=
{
{ 0, "CQI (CINR) measurement"},
{ 1, "Control feedback"},
{ 0, NULL}
};
+#endif
/* ------------------------------------------------------------------------- */