aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-22 14:51:52 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-22 14:51:52 +0000
commit0d2006417248fea67e2f08f23c35ce6779e9ba26 (patch)
tree110d883ceb133920db078b56513d8fef8bea7bfd /epan
parentf39f943db0bfa0990de0f46af04d0c9528949c09 (diff)
Fix unused-const-variable error when build with clang 3.4
svn path=/trunk/; revision=53509
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-atn-ulcs.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-atn-ulcs.c b/epan/dissectors/packet-atn-ulcs.c
index e85f2c5956..83acfb158f 100644
--- a/epan/dissectors/packet-atn-ulcs.c
+++ b/epan/dissectors/packet-atn-ulcs.c
@@ -1594,6 +1594,7 @@ static void dissect_ACSE_apdu_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-atn-ulcs-fn.c ---*/
#line 200 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#if 0
/* re-implementing external data: packet-per.c */
static const value_string per_External_encoding_vals[] = {
{ 0, "single-ASN1-type" },
@@ -1601,6 +1602,7 @@ static const value_string per_External_encoding_vals[] = {
{ 2, "arbitrary" },
{ 0, NULL }
};
+#endif
/* re-implementing external data: packet-per.c */
static const per_choice_t External_encoding_choice[] =
@@ -2493,7 +2495,7 @@ void proto_register_atn_ulcs (void)
NULL, HFILL }},
/*--- End of included file: packet-atn-ulcs-hfarr.c ---*/
-#line 808 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 810 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
{&hf_atn_ses_type,
{ "SPDU Type",
"atn-ulcs.ses.type",
@@ -2573,7 +2575,7 @@ void proto_register_atn_ulcs (void)
&ett_atn_ulcs_AttributeTypeAndValue,
/*--- End of included file: packet-atn-ulcs-ettarr.c ---*/
-#line 858 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
+#line 860 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
&ett_atn_ses,
&ett_atn_pres,
&ett_atn_acse,