code cleanup from clang warnings

This commit is contained in:
SoftCoder
2016-01-07 08:48:35 -08:00
parent fcdc29cc85
commit 35f3b2fa1a
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ void Gui::mouseDownRightGraphics(int x, int y , bool prepared) {
} }
else if(selection.isCommandable()) { else if(selection.isCommandable()) {
if(prepared) { if(prepared) {
Vec2i targetPos=game->getMouseCellPos(); //Vec2i targetPos=game->getMouseCellPos();
givePreparedDefaultOrders(x, y); givePreparedDefaultOrders(x, y);
} }
else { else {

View File

@@ -436,7 +436,7 @@ public:
}; };
const bool debugMutexLock = false; const bool debugMutexLock = false;
const int debugMutexLockMillisecondThreshold = 2000; //const int debugMutexLockMillisecondThreshold = 2000;
Mutex::Mutex(string ownerId) { Mutex::Mutex(string ownerId) {
this->isStaticMutexListMutex = false; this->isStaticMutexListMutex = false;