gsmmap: fix -Werror=old-style-definition

Change-Id: I44ad2f34b317152616c77f6c1fdb4f06a7b511c5
This commit is contained in:
Vadim Yanitskiy 2023-01-03 02:34:13 +07:00
parent 621214c802
commit 48c3243dd7
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ static void nomem(void)
exit(-ENOMEM);
}
static void add_power()
static void add_power(void)
{
struct node_power *node_power;
@ -81,7 +81,7 @@ static void print_si(void *priv, const char *fmt, ...)
fprintf(outfp, "%s", buffer);
}
static void add_sysinfo()
static void add_sysinfo(void)
{
struct gsm48_sysinfo s;
struct node_mcc *mcc;