mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:30:04 +00:00
Fixing warnings in wxdata
This commit is contained in:
parent
05d795d18f
commit
3339a40780
17 changed files with 36 additions and 43 deletions
|
|
@ -28,7 +28,7 @@ typedef std::function<std::shared_ptr<Level2Message>(Level2MessageHeader&&,
|
|||
std::istream&)>
|
||||
CreateLevel2MessageFunction;
|
||||
|
||||
static const std::unordered_map<uint8_t, CreateLevel2MessageFunction> create_ {
|
||||
static const std::unordered_map<unsigned int, CreateLevel2MessageFunction> create_ {
|
||||
{2, RdaStatusData::Create},
|
||||
{3, PerformanceMaintenanceData::Create},
|
||||
{5, VolumeCoveragePatternData::Create},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue