stricter warnings, wip

This commit is contained in:
Philippe Teuwen 2020-05-03 01:13:28 +02:00
commit 3529aea157
43 changed files with 140 additions and 142 deletions

View file

@ -15,7 +15,7 @@
static char *self;
void amiitool_usage() {
void amiitool_usage(void) {
fprintf(stderr,
/*"amiitool build %i (commit %s-%08x)\n"*/
"by Marcos Del Sol Vives <marcos@dracon.es>\n"

View file

@ -143,7 +143,7 @@ int CLIParserParseStringEx(const char *str, void *vargtable[], size_t vargtableL
return CLIParserParseArg(argc, argv, vargtable, vargtableLen, allowEmptyExec);
}
void CLIParserFree() {
void CLIParserFree(void) {
arg_freetable(argtable, argtableLen);
argtable = NULL;