forked from organicmaps/organicmaps
[generator] Fixed warning: enumeration values 'Unknown' and 'Locality' not handled in switch
This commit is contained in:
parent
a69b56582a
commit
fe8c945cda
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ double Region::GetRadiusByPlaceType(PlaceType place)
|
|||
case PlaceType::Neighbourhood:
|
||||
case PlaceType::IsolatedDwelling:
|
||||
return 0.0035;
|
||||
case PlaceType::Locality:
|
||||
case PlaceType::Unknown:
|
||||
UNREACHABLE();
|
||||
}
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue