aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorHadriel Kaplan <hadrielk@yahoo.com>2014-04-05 13:20:50 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-05 18:18:46 +0000
commit293b5ea41d2f487e2ad1b8cb987784c755f5b1cb (patch)
treeac29b50f1e6090d04b4d57d8a66141c557e73d20 /epan/dissectors/packet-asterix.c
parentbc4084838589dbc0f2d80837b5d059adf88a1be2 (diff)
Get it compiling again: packet-asterix.c has unused const variable.
Change-Id: I07125f1779063527f24d9195a9999cef4c8fe343 Reviewed-on: https://code.wireshark.org/review/972 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-asterix.c')
-rw-r--r--epan/dissectors/packet-asterix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 2fb342182a..1312bbcdf7 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -3145,11 +3145,14 @@ static const FieldPart I021_076_TOMRV = { 30, 1.0/1073741824.0, FIELD_PART_FLOAT
static const FieldPart *I021_076_PARTS[] = { &I021_076_FSI, &I021_076_TOMRV, NULL };
/* Quality Indicators */
+#if 0
static const value_string valstr_021_090_SIL[] = {
{ 0, "measured per flight-hour" },
{ 1, "measured per sample" },
{ 0, NULL }
};
+#endif
+
static const FieldPart I021_090_NUCR_NACV = { 3, 1.0, FIELD_PART_UINT, &hf_021_090_NUCR_NACV, NULL };
static const FieldPart I021_090_NUCP_NIC = { 4, 1.0, FIELD_PART_UINT, &hf_021_090_NUCP_NIC, NULL };
static const FieldPart I021_090_NIC_BARO = { 1, 1.0, FIELD_PART_UINT, &hf_021_090_NIC_BARO, NULL };