[generator] Suppress warning variable ‘speedCameraType’ set but not used

Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
This commit is contained in:
Ferenc Géczi 2024-03-23 00:00:04 +00:00 committed by Viktor Govako
parent aace138a2d
commit 4b9cef181c

View file

@ -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))