Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brchiu committed Jan 22, 2018
1 parent 5708099 commit b951ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skeletons/per_opentype.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,11 @@ int
aper_open_type_skip(const asn_codec_ctx_t *ctx, asn_per_data_t *pd) {
asn_TYPE_descriptor_t s_td;
asn_dec_rval_t rv;
asn_TYPE_operation_t op_t;

memset(&op_t, 0, sizeof(op_t));
s_td.name = "<unknown extension>";
s_td.op = &op_t;
s_td.op->aper_decoder = uper_sot_suck;

rv = aper_open_type_get(ctx, &s_td, 0, 0, pd);
Expand Down

0 comments on commit b951ce6

Please sign in to comment.