Enable -Wextra in tests.

This commit is contained in:
4lDO2
2023-11-12 12:07:49 +01:00
parent c76a12347f
commit 5f929ed51e
26 changed files with 158 additions and 132 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ void runner(int argc, char *argv[]) {
}
}
int main(int argc, const char *argv[]) {
int main(void) {
RUN("test", "--test0", "-a");
RUN("test", "--test1", "-a");
RUN("test", "--test2", "-a");