Skip to content

Commit

Permalink
Update constr_TYPE.c
Browse files Browse the repository at this point in the history
Address compiler warning
  • Loading branch information
mouse07410 authored Mar 20, 2024
1 parent 383e558 commit c51e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletons/constr_TYPE.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/*
* Version of the ASN.1 infrastructure shipped with compiler.
*/
int get_asn1c_environment_version() { return ASN1C_ENVIRONMENT_VERSION; }
int get_asn1c_environment_version(void) { return ASN1C_ENVIRONMENT_VERSION; }

static asn_app_consume_bytes_f _print2fp;

Expand Down

0 comments on commit c51e10a

Please sign in to comment.