Suppress warning for kReservedMask

This commit is contained in:
Vladimir Byko-Ianko 2018-08-23 17:30:21 +03:00 committed by Tatiana Yan
parent 32950ad239
commit e19041a3ad

View file

@ -1,6 +1,7 @@
#include "base/geo_object_id.hpp"
#include "base/assert.hpp"
#include "base/macros.hpp"
#include <sstream>
@ -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";