[META/CI] Thanks CI for catching this!

This commit is contained in:
LDA 2024-09-12 20:06:33 +02:00
commit e0e398bfb5
4 changed files with 4 additions and 0 deletions

View file

@ -114,5 +114,6 @@ Main(Array *args, HashMap *env)
}
Log(LOG_ERR, "%s: couldn't open DB '%s'", exec, db_path);
(void) env;
return EXIT_FAILURE;
}

View file

@ -492,5 +492,6 @@ Main(Array *args, HashMap *env)
StreamClose(output);
StreamClose(input);
(void) env;
return EXIT_SUCCESS;
}

View file

@ -131,5 +131,6 @@ Main(Array *args, HashMap *env)
end:
UriFree(api_base);
Free(media);
(void) env;
return code;
}

View file

@ -30,5 +30,6 @@ Main(Array *args, HashMap *env)
}
Log(LOG_ERR, "%s: couldn't open DB '%s'", exec, db_path);
(void) env;
return EXIT_FAILURE;
}