mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 05:30:06 +00:00
General GCC compilation fixes
This commit is contained in:
parent
c7aba95233
commit
023688b746
19 changed files with 57 additions and 53 deletions
|
|
@ -362,7 +362,7 @@ RadarProductManager::coordinates(common::RadialSize radialSize) const
|
|||
return p->coordinates1Degree_;
|
||||
}
|
||||
|
||||
throw std::exception("Invalid radial size");
|
||||
throw std::invalid_argument("Invalid radial size");
|
||||
}
|
||||
|
||||
float RadarProductManager::gate_size() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue