Merge branch 'master' of github.com:vlm/asn1c

This commit is contained in:
Lev Walkin 2017-09-12 11:07:23 -07:00
commit ffb77b0811
2 changed files with 2 additions and 3 deletions

View File

@ -153,13 +153,12 @@ asn_enc_rval_t
NULL_encode_oer(asn_TYPE_descriptor_t *td,
const asn_oer_constraints_t *constraints, void *sptr,
asn_app_consume_bytes_f *cb, void *app_key) {
asn_enc_rval_t er = {0, td, sptr};
(void)constraints;
(void)cb;
(void)app_key;
return er;
ASN__ENCODE_FAILED;
}
#endif /* ASN_DISABLE_OER_SUPPORT */

View File

@ -85,7 +85,7 @@ NativeEnumerated_encode_oer(asn_TYPE_descriptor_t *td,
const asn_oer_constraints_t *constraints,
void *sptr, asn_app_consume_bytes_f *cb,
void *app_key) {
asn_enc_rval_t er = {0, td, sptr};
asn_enc_rval_t er;
long native;
(void)constraints;