Core/Misc: Fix GCC 8 warnings

This commit is contained in:
jackpoz
2020-01-31 21:19:25 +01:00
committed by Ovahlord
parent 8714c2be57
commit 183789053e
20 changed files with 55 additions and 49 deletions

View File

@@ -512,9 +512,8 @@ bool MySQLConnection::_HandleMySQLErrno(uint32 errNo, uint8 attempts /*= 5*/)
mysql_close(GetHandle());
m_Mysql = nullptr;
}
/*no break*/
}
/* fallthrough */
case CR_CONN_HOST_ERROR:
{
TC_LOG_INFO("sql.sql", "Attempting to reconnect to the MySQL server...");