aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lbmc.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-08 08:44:44 +0200
committerAnders Broman <a.broman58@gmail.com>2014-04-08 08:15:11 +0000
commitabbdcd875048e9182ea8f3674c0a452e64095125 (patch)
tree883c76509f943650d00ecd3aa26344c4fe5d8105 /epan/dissectors/packet-lbmc.c
parent872dd7031b2d4208669ca9f6e78d1e774c3c4902 (diff)
Fix warning found by -Wunused-const-variable (Clang 3.5)
Change-Id: I4506be6ae8deda5e8d1e038b089620a15b650b03 Reviewed-on: https://code.wireshark.org/review/1000 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lbmc.c')
-rw-r--r--epan/dissectors/packet-lbmc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lbmc.c b/epan/dissectors/packet-lbmc.c
index bd3cfcf7ed..8afb3638c7 100644
--- a/epan/dissectors/packet-lbmc.c
+++ b/epan/dissectors/packet-lbmc.c
@@ -4408,11 +4408,13 @@ static const value_string lbmc_umq_index_cmd_response_type[] =
{ 0x0, NULL }
};
+#if 0
static const value_string lbmc_umq_index_cmd_response_error_type[] =
{
{ LBMC_UMQ_IDX_CMD_RESP_ERR_TYPE, "Error" },
{ 0x0, NULL }
};
+#endif
static const value_string lbmc_umq_cmd_type[] =
{