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:
@ -12,7 +12,6 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
char my_ip[1024];
|
||||
char my_ip_db[1024];
|
||||
char sql[1024];
|
||||
char * first_dot;
|
||||
TestConnections * Test = new TestConnections(argc, argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user