forked from organicmaps/organicmaps
[generator] Suppress warning variable ‘speedCameraType’ set but not used
Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
parent
aace138a2d
commit
4b9cef181c
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ void CountryFinalProcessor::AddFakeNodes()
|
|||
|
||||
void CountryFinalProcessor::DropProhibitedSpeedCameras()
|
||||
{
|
||||
static auto const speedCameraType = classif().GetTypeByPath({"highway", "speed_camera"});
|
||||
auto const speedCameraType = classif().GetTypeByPath({"highway", "speed_camera"});
|
||||
ForEachMwmTmp(m_temporaryMwmPath, [&](auto const & country, auto const & path)
|
||||
{
|
||||
if (!IsCountry(country))
|
||||
|
|
Loading…
Add table
Reference in a new issue