mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Add missing default case statement
This commit is contained in:
parent
6e7debbb3a
commit
3705ca4f2e
1 changed files with 3 additions and 0 deletions
|
|
@ -346,6 +346,9 @@ DigitalRadarData::Impl::MomentDataBlock::MomentDataBlock(
|
||||||
p->scale_ = 2.0f;
|
p->scale_ = 2.0f;
|
||||||
p->offset_ = 129.0f; // (64.5 * 2)
|
p->offset_ = 129.0f; // (64.5 * 2)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::uint16_t
|
std::uint16_t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue