mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Fix unused function warning in release mode
This commit is contained in:
parent
35c243c30a
commit
8d7629bdab
@ -140,10 +140,12 @@ static bool ruleIsSomething(const std::string & rule)
|
|||||||
return rule == "+";
|
return rule == "+";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
static bool ruleIsAny(const std::string & rule)
|
static bool ruleIsAny(const std::string & rule)
|
||||||
{
|
{
|
||||||
return rule == "?";
|
return rule == "?";
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
///CDrawRoadsOperation
|
///CDrawRoadsOperation
|
||||||
CDrawRoadsOperation::CDrawRoadsOperation(CMap * map, const CTerrainSelection & terrainSel, ERoadType::ERoadType roadType, CRandomGenerator * gen):
|
CDrawRoadsOperation::CDrawRoadsOperation(CMap * map, const CTerrainSelection & terrainSel, ERoadType::ERoadType roadType, CRandomGenerator * gen):
|
||||||
@ -351,4 +353,3 @@ CDrawRoadsOperation::ValidationResult CDrawRoadsOperation::validateTile(const Ro
|
|||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user