aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipmi-picmg.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-26 03:16:57 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-26 03:16:57 +0000
commit21bed981502ff9ae609a51fc96aebe648a7d7526 (patch)
tree12a29e73067bb452ac4d5f30a5008289d4657b1f /epan/dissectors/packet-ipmi-picmg.c
parent70cf133bf5822a6c5d3a9a5757409fcaa5b82a4f (diff)
Fix several [-Wunused-const-variable] warnings (using '#if 0').
svn path=/trunk/; revision=52866
Diffstat (limited to 'epan/dissectors/packet-ipmi-picmg.c')
-rw-r--r--epan/dissectors/packet-ipmi-picmg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipmi-picmg.c b/epan/dissectors/packet-ipmi-picmg.c
index 55459af3f5..70e176c623 100644
--- a/epan/dissectors/packet-ipmi-picmg.c
+++ b/epan/dissectors/packet-ipmi-picmg.c
@@ -472,6 +472,7 @@ static const value_string vals_1f_op[] = {
{ 0, NULL }
};
+#if 0
static const value_string vals_21_addr_type[] = {
{ 0x01, "IPv4" },
{ 0x60, "OEM" }, { 0x61, "OEM" }, { 0x62, "OEM" }, { 0x63, "OEM" },
@@ -484,6 +485,7 @@ static const value_string vals_21_addr_type[] = {
{ 0x7c, "OEM" }, { 0x7d, "OEM" }, { 0x7e, "OEM" }, { 0x7f, "OEM" },
{ 0, NULL }
};
+#endif
static const value_string vals_prop00_rollback[] = {
{ 0x00, "Not supported" },