aboutsummaryrefslogtreecommitdiffstats
path: root/tests/65-multi-tag-OK.asn1.-Pfnative-types
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/65-multi-tag-OK.asn1.-Pfnative-types
parent0f5c5cfce99074487c5ca6ab7d0641e2aa3aa03f (diff)
YuanMeng was very helpful in finding these
Diffstat (limited to 'tests/65-multi-tag-OK.asn1.-Pfnative-types')
-rw-r--r--tests/65-multi-tag-OK.asn1.-Pfnative-types6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/65-multi-tag-OK.asn1.-Pfnative-types b/tests/65-multi-tag-OK.asn1.-Pfnative-types
index 14e10989..04a044e9 100644
--- a/tests/65-multi-tag-OK.asn1.-Pfnative-types
+++ b/tests/65-multi-tag-OK.asn1.-Pfnative-types
@@ -884,21 +884,21 @@ static asn_TYPE_member_t asn_MBR_Ts_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct Ts, m1),
.tag = (ASN_TAG_CLASS_CONTEXT | (1 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_T2,
+ .type = &asn_DEF_T2,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "m1"
},
{ ATF_POINTER, 1, offsetof(struct Ts, m2),
.tag = (ASN_TAG_CLASS_CONTEXT | (2 << 2)),
.tag_mode = +1, /* EXPLICIT tag at current level */
- .type = (void *)&asn_DEF_T3,
+ .type = &asn_DEF_T3,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "m2"
},
{ ATF_NOFLAGS, 0, offsetof(struct Ts, m3),
.tag = (ASN_TAG_CLASS_CONTEXT | (3 << 2)),
.tag_mode = -1, /* IMPLICIT tag at current level */
- .type = (void *)&asn_DEF_T3,
+ .type = &asn_DEF_T3,
.memb_constraints = 0, /* Defer constraints checking to the member type */
.name = "m3"
},