Fix test build failures with GCC 8
GCC 8 enables -Werror=return-type by default which combined with -Werror causes the build to fail.
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
int check_max_conn(int router, int max_conn, TestConnections * Test)
|
||||
void check_max_conn(int router, int max_conn, TestConnections * Test)
|
||||
{
|
||||
MYSQL * conn[max_conn + 1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user