mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Win x64 compile warning fix
This commit is contained in:
@@ -47,7 +47,7 @@ namespace BlackMisc
|
||||
std::array<double, 3> x, y, z, a, gnd, t, dx, dy, dz, da, dgnd;
|
||||
|
||||
//! Array size
|
||||
int size() const { return x.size(); }
|
||||
int size() const { return static_cast<int>(x.size()); }
|
||||
//! @}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user