dxx-rebirth/similar
Kp df9a2bacf1 Handle gcc-10 truncation warnings in net_udp.cpp
gcc-10 warns that the game information text may be truncated, because it
overestimates the maximum possible length of some strings.  Handle the
warning by changing the format string to explicitly truncate these
strings at their maximum legal lengths.
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 warnings in net_udp.cpp 2020-05-17 23:35:25 +00:00
misc Qualify uses of std::array 2020-05-02 21:18:42 +00:00