Explorar o código

Suppress warning

nordsoft %!s(int64=2) %!d(string=hai) anos
pai
achega
f1b348ae87
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      mapeditor/mapsettings.cpp

+ 1 - 0
mapeditor/mapsettings.cpp

@@ -423,6 +423,7 @@ std::string MapSettings::getMonsterName(int monsterObjectIdx)
 	{
 		//TODO: get proper name
 		//name = hero->name;
+		MAYBE_UNUSED(monster);
 	}
 	return name;
 }