[C] Fixed some compiler warnings
This commit is contained in:
@@ -23,7 +23,7 @@ void test_free(void *ptr)
|
||||
}
|
||||
}
|
||||
|
||||
static int create_simple_table_and_show()
|
||||
static int create_simple_table_and_show(void)
|
||||
{
|
||||
FTABLE *table = NULL;
|
||||
int result = 0;
|
||||
|
Reference in New Issue
Block a user