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:
@ -22,7 +22,6 @@ int main(int argc, char *argv[])
|
||||
MYSQL *conn[TestConnNum];
|
||||
int i;
|
||||
int conn_num;
|
||||
int res = 0;
|
||||
|
||||
MYSQL * backend_conn;
|
||||
for (i = 0; i < Test->repl->N; i++)
|
||||
|
||||
Reference in New Issue
Block a user