mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-13 23:57:41 +02:00
went through the rest of cppcheck warnings, mostly harmless
This commit is contained in:
@@ -168,7 +168,7 @@ void CGuiHandler::handleEvents()
|
||||
{
|
||||
SDL_Event ev;
|
||||
boost::unique_lock<boost::mutex> lock(eventsM);
|
||||
if(!events.size())
|
||||
if(events.empty())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user