dxx-rebirth/common
Kp a028ea14ae Restore format(printf) attribute for powerup_basic
Kreeblah reports that clang now warns for powerup.cpp due to a missing
__attribute_format_printf.  This was incorrectly dropped in
ffb653c0b8.  gcc did not warn, but clang
now warns.  Add back the attribute.

Fixes: ffb653c0b8 ("Pass control_info & to various functions")
Reported-by: Kreeblah <https://github.com/dxx-rebirth/dxx-rebirth/pull/547>
2020-10-27 04:27:55 +00:00
..
2d Add color_palette_index type alias, to note palette-related uint8_t 2020-07-16 02:31:04 +00:00
3d clipper.cpp: Fix build with gcc10 2020-06-09 22:23:48 +02:00
arch Remove send_creation_events parameter 2020-10-22 02:26:16 +00:00
editor Use std::array for editor mine filename 2020-10-12 03:28:25 +00:00
include Remove send_creation_events parameter 2020-10-22 02:26:16 +00:00
main Restore format(printf) attribute for powerup_basic 2020-10-27 04:27:55 +00:00
maths Qualify uses of std::array 2020-05-02 21:18:42 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Use std::array for editor mine filename 2020-10-12 03:28:25 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ui Remove send_creation_events parameter 2020-10-22 02:26:16 +00:00
unittest Add unit tests for serialization code 2020-05-17 23:35:25 +00:00