[generator] Fix warning

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2026-01-16 14:01:06 +01:00
parent 439d8627c5
commit 1a07fe4bcb

View File

@@ -139,7 +139,7 @@ public:
};
auto const GetHighwayType = [&](uint32_t fid) { return GetRoad(fid).GetHighwayType(); };
auto const & converter = GetMaxspeedConverter();
//auto const & converter = GetMaxspeedConverter();
using HwTypeT = std::optional<routing::HighwayType>;
auto const CalculateSpeed = [&](uint32_t parentFID, Maxspeed const & s,
HwTypeT hwType) -> std::optional<SpeedInUnits>