aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
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 /asn1
parentf39f943db0bfa0990de0f46af04d0c9528949c09 (diff)
Fix unused-const-variable error when build with clang 3.4
svn path=/trunk/; revision=53509
Diffstat (limited to 'asn1')
-rw-r--r--asn1/atn-ulcs/packet-atn-ulcs-template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/asn1/atn-ulcs/packet-atn-ulcs-template.c b/asn1/atn-ulcs/packet-atn-ulcs-template.c
index 1b5c3c8bf4..0e43332f4c 100644
--- a/asn1/atn-ulcs/packet-atn-ulcs-template.c
+++ b/asn1/atn-ulcs/packet-atn-ulcs-template.c
@@ -198,6 +198,7 @@ static gint ett_atn_acse = -1;
#include "packet-atn-ulcs-fn.c"
+#if 0
/* re-implementing external data: packet-per.c */
static const value_string per_External_encoding_vals[] = {
{ 0, "single-ASN1-type" },
@@ -205,6 +206,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[] =