dxx-rebirth/similar
Kp f30b77c116 Handle gcc-10 truncation warning in mission.cpp
gcc-10 warns that if immediate_directories were very large, the sprintf
result would be truncated.  This is true, but a user is extremely
unlikely to have enough directories to trigger this code path.  Handle
the warning by explicitly returning an empty string if truncation would
otherwise occur.  This is not strictly correct, but it can be handled
with very little code, eliminates the warning, and is unlikely to matter
in practice.
2020-05-17 23:35:25 +00:00
..
2d Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
3d Qualify uses of std::array 2020-05-02 21:18:42 +00:00
arch Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
editor Move LevelSharedVertexState into d_level_shared_segment_state 2020-05-17 23:35:25 +00:00
main Handle gcc-10 truncation warning in mission.cpp 2020-05-17 23:35:25 +00:00
misc Qualify uses of std::array 2020-05-02 21:18:42 +00:00