Commit 5f99257c authored by Lev Walkin's avatar Lev Walkin

do not ignore specs

parent af4dfaa1
...@@ -20,7 +20,6 @@ NativeInteger_decode_oer(asn_codec_ctx_t *opt_codec_ctx, ...@@ -20,7 +20,6 @@ NativeInteger_decode_oer(asn_codec_ctx_t *opt_codec_ctx,
asn_oer_constraint_t *ct; asn_oer_constraint_t *ct;
(void)opt_codec_ctx; (void)opt_codec_ctx;
(void)specs;
if(!native) { if(!native) {
native = (long *)(*nint_ptr = CALLOC(1, sizeof(*native))); native = (long *)(*nint_ptr = CALLOC(1, sizeof(*native)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment