Core/Misc: Fix GCC 8 warnings

This commit is contained in:
jackpoz
2019-03-30 17:48:36 +01:00
parent 4f1f8983a7
commit 1d04a3b216
35 changed files with 68 additions and 55 deletions

View File

@@ -513,9 +513,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...");