aboutsummaryrefslogtreecommitdiffstats
path: root/tests/47-set-ext-OK.asn1.-P
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-08-29 10:31:14 +0000
committerLev Walkin <vlm@lionet.info>2005-08-29 10:31:14 +0000
commitae7bf3fbe8e530f20a2c629530e92c5235921454 (patch)
tree4f173bf7d27476d128d4bb845b3b7665e70d4281 /tests/47-set-ext-OK.asn1.-P
parent0f5c5cfce99074487c5ca6ab7d0641e2aa3aa03f (diff)
YuanMeng was very helpful in finding these
Diffstat (limited to 'tests/47-set-ext-OK.asn1.-P')
-rw-r--r--tests/47-set-ext-OK.asn1.-P8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/47-set-ext-OK.asn1.-P b/tests/47-set-ext-OK.asn1.-P
index 72d605b7..6c04656f 100644
--- a/tests/47-set-ext-OK.asn1.-P
+++ b/tests/47-set-ext-OK.asn1.-P
@@ -41,7 +41,7 @@ static asn_TYPE_member_t asn_MBR_T1_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct T1, i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
- .type = (void *)&asn_DEF_INTEGER,
+ .type = &asn_DEF_INTEGER,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "i"
},
@@ -131,7 +131,7 @@ static asn_TYPE_member_t asn_MBR_T2_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct T2, i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
- .type = (void *)&asn_DEF_INTEGER,
+ .type = &asn_DEF_INTEGER,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "i"
},
@@ -218,7 +218,7 @@ static asn_TYPE_member_t asn_MBR_T3_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct T3, choice.i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
- .type = (void *)&asn_DEF_INTEGER,
+ .type = &asn_DEF_INTEGER,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "i"
},
@@ -295,7 +295,7 @@ static asn_TYPE_member_t asn_MBR_T4_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct T4, choice.i),
.tag = (ASN_TAG_CLASS_UNIVERSAL | (2 << 2)),
.tag_mode = 0,
- .type = (void *)&asn_DEF_INTEGER,
+ .type = &asn_DEF_INTEGER,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "i"
},