[C] Fixed some compiler warnings

This commit is contained in:
seleznevae
2018-04-16 21:15:44 +03:00
parent 551ec6089b
commit d4a6e59a97
4 changed files with 4 additions and 4 deletions

View File

@@ -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;