Get it compiling again: packet-asterix.c has unused const variable.
authorHadriel Kaplan <hadrielk@yahoo.com>
Sat, 5 Apr 2014 17:20:50 +0000 (13:20 -0400)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Sat, 5 Apr 2014 18:18:46 +0000 (18:18 +0000)
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>
epan/dissectors/packet-asterix.c

index 2fb342182a588a3ea3cda2f6395267294b4a5df9..1312bbcdf722620d560d471d48394219a69cded9 100644 (file)
@@ -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 };