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:
@ -15,7 +15,6 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
TestConnections * Test = new TestConnections(argc, argv);
|
||||
Test->set_timeout(20);
|
||||
int q;
|
||||
long int i1, i2;
|
||||
|
||||
long int selects[256];
|
||||
|
||||
Reference in New Issue
Block a user