aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-22 14:52:04 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-22 14:52:04 +0000
commit14ee1a5a863e0a7668711dff81581089b434a299 (patch)
treec13fdaf92a14abd4d14d3c149f95bb75038dab85 /asn1/camel
parent0d2006417248fea67e2f08f23c35ce6779e9ba26 (diff)
Fix unused-const-variable error when build with clang 3.4
svn path=/trunk/; revision=53510
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/packet-camel-template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/camel/packet-camel-template.c b/asn1/camel/packet-camel-template.c
index 74c6cebd4d..b70d927ddf 100644
--- a/asn1/camel/packet-camel-template.c
+++ b/asn1/camel/packet-camel-template.c
@@ -168,10 +168,12 @@ static const value_string camel_Component_vals[] = {
{ 0, NULL }
};
+#if 0
static const true_false_string camel_extension_value = {
"No Extension",
"Extension"
};
+#endif
#define EUROPEAN_DATE 1
#define AMERICAN_DATE 2
#define CAMEL_DATE_AND_TIME_LEN 20 /* 2*5 + 4 + 5 + 1 (HH:MM:SS;mm/dd/yyyy) */
@@ -200,6 +202,7 @@ static const value_string digit_value[] = {
{ 0, NULL}};
+#if 0
static const value_string camel_nature_of_addr_indicator_values[] = {
{ 0x00, "unknown" },
{ 0x01, "International Number" },
@@ -225,6 +228,7 @@ static const value_string camel_number_plan_values[] = {
{ 0x0f, "Reserved for extension" },
{ 0, NULL }
};
+#endif
/* End includes from old" packet-camel.c */