A lot of cleanaps, got rid of all warnings with -Wall;

The makefile now uses -Wall.
This commit is contained in:
OBattler
2017-06-16 06:44:11 +02:00
parent 464b1a624f
commit 8061db66fe
60 changed files with 1614 additions and 1693 deletions

View File

@@ -109,6 +109,7 @@ void config_dump(void)
}
#if 0
static void config_free(void)
{
section_t *current_section;
@@ -133,6 +134,7 @@ static void config_free(void)
current_section = next_section;
}
}
#endif
static wchar_t cfgbuffer[1024];
@@ -477,7 +479,6 @@ void config_delete_var(char *head, char *name)
void config_delete_section_if_empty(char *head)
{
section_t *section;
entry_t *entry;
section = find_section(head);