diff --git a/base/geo_object_id.cpp b/base/geo_object_id.cpp index 8b7b3a3fc9..a465d447aa 100644 --- a/base/geo_object_id.cpp +++ b/base/geo_object_id.cpp @@ -1,6 +1,7 @@ #include "base/geo_object_id.hpp" #include "base/assert.hpp" +#include "base/macros.hpp" #include @@ -70,6 +71,7 @@ GeoObjectId MakeOsmRelation(uint64_t id) std::string DebugPrint(GeoObjectId::Type const & t) { + UNUSED_VALUE(kReservedMask); switch (t) { case GeoObjectId::Type::Invalid: return "Invalid";