Enable and fix -Wextra warnings

Fixed all warnings that were present with -Wextra.
This commit is contained in:
Markus Mäkelä
2018-07-02 16:02:32 +03:00
parent 34f61bc4f2
commit b98c0841b4
44 changed files with 126 additions and 105 deletions

View File

@ -183,7 +183,7 @@ int insert_into_t1(MYSQL *conn, int N)
printf("INSERT: rwsplitter\n");
printf("Trying INSERT, len=%d\n", x);
fflush(stdout);
result += execute_query(conn, sqlstr);
result += execute_query(conn, "%s", sqlstr);
fflush(stdout);
x *= 16;
}