From c51e10af4e9630a2971cc9e67c81adb2e3ccc048 Mon Sep 17 00:00:00 2001 From: Mouse Date: Wed, 20 Mar 2024 09:36:14 -0400 Subject: [PATCH] Update constr_TYPE.c Address compiler warning --- skeletons/constr_TYPE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skeletons/constr_TYPE.c b/skeletons/constr_TYPE.c index a9e6d0974..5f0212b89 100644 --- a/skeletons/constr_TYPE.c +++ b/skeletons/constr_TYPE.c @@ -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;