dxx-rebirth/common
Kp 7c09ca75c5 Fix valptridx build for gcc-7
In gcc-7, expressions on the false path of `if constexpr` are deleted
before they are considered "used", so a variable that is only used on a
deleted path is reported as an unused variable.  Add an alternate path
that casts the variable to void so that it is always used.
2021-08-31 02:20:06 +00:00
..
2d Remove unused return value of gr_bitmap_rle_compress 2021-08-26 03:13:45 +00:00
3d Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
arch Update tool_bundle.py membership test for SCons 4.2.0 2021-08-31 02:20:06 +00:00
editor Pass grs_canvas& to print_clock 2020-12-27 22:03:09 +00:00
include Fix valptridx build for gcc-7 2021-08-31 02:20:06 +00:00
main Move render_frame helper inline 2021-08-26 03:13:45 +00:00
maths Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +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 Remote write-only field UI_GADGET::status 2021-08-26 03:13:46 +00:00
unittest Add support for xrange steps other than +1 2021-08-26 03:13:45 +00:00