dxx-rebirth/similar
Kp 18027607cd Fix truncation warning in multi_send_message
When AddressSanitizer is enabled, gcc-10 will warn that strncpy will
truncate the message.  This truncation is valid, since it only loses the
terminating null byte, and the next line explicitly supplies a
terminating null.  Switch to memcpy to eliminate the warning and produce
simpler code.
2020-08-24 01:31:28 +00:00
..
2d Add color_palette_index type alias, to note palette-related uint8_t 2020-07-16 02:31:04 +00:00
3d Replace zip helper function with class template argument deduction 2020-07-16 02:31:04 +00:00
arch Use enum class for tmap_num2 2020-08-24 01:31:28 +00:00
editor Use enum class for tmap_num2 2020-08-24 01:31:28 +00:00
main Fix truncation warning in multi_send_message 2020-08-24 01:31:28 +00:00
misc Remove static inline declarations from fwd-partial_range.h 2020-06-10 02:25:32 +00:00