mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Core: Remove lots warnings:
- All "'xxx' will be initialized after 'yyy' when initialized here" - Some "unused variable" - Some "enumeration value 'xxx' not handled in switch" --HG-- branch : trunk
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
#include "Timer.h"
|
||||
|
||||
MySQLConnection::MySQLConnection() :
|
||||
m_Mysql(NULL),
|
||||
m_queue(NULL),
|
||||
m_worker(NULL),
|
||||
m_queue(NULL)
|
||||
m_Mysql(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user