aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/OCTET_STRING.c
diff options
context:
space:
mode:
authorVasil Velichkov <vasil_vel@abv.bg>2016-07-19 19:34:09 +0300
committerLev Walkin <vlm@lionet.info>2017-03-26 04:46:00 -0700
commitd82f77b2d247e9c9fc787080a87899901c23ac84 (patch)
tree69cf858f081bf426644e43ee3c0c56f77b97205d /skeletons/OCTET_STRING.c
parent1144b350f356030db91a0b5dc709f0f12989a8c4 (diff)
Fix few duplicate 'const' warnings
error: duplicate 'const' [-Werror=edantic]
Diffstat (limited to 'skeletons/OCTET_STRING.c')
-rw-r--r--skeletons/OCTET_STRING.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skeletons/OCTET_STRING.c b/skeletons/OCTET_STRING.c
index ed6e59a6..a94f2d6a 100644
--- a/skeletons/OCTET_STRING.c
+++ b/skeletons/OCTET_STRING.c
@@ -14,12 +14,12 @@
static const ber_tlv_tag_t asn_DEF_OCTET_STRING_tags[] = {
(ASN_TAG_CLASS_UNIVERSAL | (4 << 2))
};
-static const asn_OCTET_STRING_specifics_t asn_SPC_OCTET_STRING_specs = {
+static asn_OCTET_STRING_specifics_t asn_SPC_OCTET_STRING_specs = {
sizeof(OCTET_STRING_t),
offsetof(OCTET_STRING_t, _asn_ctx),
ASN_OSUBV_STR
};
-static const asn_per_constraints_t asn_DEF_OCTET_STRING_constraints = {
+static asn_per_constraints_t asn_DEF_OCTET_STRING_constraints = {
{ APC_CONSTRAINED, 8, 8, 0, 255 },
{ APC_SEMI_CONSTRAINED, -1, -1, 0, 0 },
0, 0