Take -Wall into use for tests
Take almost all warnings into use except `format-overflow` and `unused-function`. format-overflow needs to be handled in a separate commit.
This commit is contained in:
@ -62,7 +62,6 @@ int main(int argc, char *argv[])
|
||||
char pass_file[4096];
|
||||
char deny_file[4096];
|
||||
char rules_dir[4096];
|
||||
FILE* file;
|
||||
|
||||
sprintf(rules_dir, "%s/fw2/", test_dir);
|
||||
int N = 5;
|
||||
|
||||
Reference in New Issue
Block a user