Enable and fix -Wextra warnings
Fixed all warnings that were present with -Wextra.
This commit is contained in:
@ -58,7 +58,7 @@ void *disconnect_thread( void *ptr )
|
||||
while (exit_flag == 0)
|
||||
{
|
||||
sprintf(cmd, "DISCONNECT SERVER %d", i);
|
||||
execute_query(conn, cmd);
|
||||
execute_query(conn, "%s", cmd);
|
||||
i++;
|
||||
if (i > Test->repl->N)
|
||||
{
|
||||
|
Reference in New Issue
Block a user