forked from organicmaps/organicmaps-tmp
Suppress warning for kReservedMask
This commit is contained in:
parent
32950ad239
commit
e19041a3ad
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue