From 21bed981502ff9ae609a51fc96aebe648a7d7526 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 26 Oct 2013 03:16:57 +0000 Subject: Fix several [-Wunused-const-variable] warnings (using '#if 0'). svn path=/trunk/; revision=52866 --- epan/dissectors/packet-ipmi-picmg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/dissectors/packet-ipmi-picmg.c') 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" }, -- cgit v1.2.3