semcheck: fix -Wmissing-prototypes

semcheck.c:1110:1: warning: no previous prototype for function 'check_arithmetic_entity'
This commit is contained in:
Alexis La Goutte 2022-07-14 16:25:11 +00:00 committed by A Wireshark GitLab Utility
parent bd28c19ad6
commit b448b6a591
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ check_test(dfwork_t *dfw, stnode_t *st_node)
}
}
ftenum_t
static ftenum_t
check_arithmetic_entity(dfwork_t *dfw, stnode_t *st_arg, ftenum_t lhs_ftype)
{
sttype_id_t type;