From c3343638cb99865e27c916ba3315aa62ad654e81 Mon Sep 17 00:00:00 2001 From: Spp Date: Sat, 21 Aug 2010 20:08:47 +0200 Subject: 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 --- src/server/shared/Database/MySQLConnection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/shared/Database/MySQLConnection.cpp') diff --git a/src/server/shared/Database/MySQLConnection.cpp b/src/server/shared/Database/MySQLConnection.cpp index 6da629b395e..9fe720bf1d1 100644 --- a/src/server/shared/Database/MySQLConnection.cpp +++ b/src/server/shared/Database/MySQLConnection.cpp @@ -31,9 +31,9 @@ #include "Timer.h" MySQLConnection::MySQLConnection() : -m_Mysql(NULL), +m_queue(NULL), m_worker(NULL), -m_queue(NULL) +m_Mysql(NULL) { } -- cgit v1.2.3