dxx-rebirth/common
Kp 32b7899059 Remove const qualifier from gr_init_bitmap
gr_init_bitmap can be passed a pointer to uninitialized memory, and
will save that pointer into the bitmap for the underlying memory to be
initialized later.  In gcc-11, this triggers a warning because the
`const` qualifier leads gcc to expect that the memory will only be read
(while uninitialized) and not written.

Reported-by: TheDemonicSurfer <https://github.com/dxx-rebirth/dxx-rebirth/issues/593>
2021-06-12 21:07:32 +00:00
..
2d Remove const qualifier from gr_init_bitmap 2021-06-12 21:07:32 +00:00
3d optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
arch Add App Category entries to the plists. 2021-04-30 14:43:15 -06:00
editor Pass grs_canvas& to print_clock 2020-12-27 22:03:09 +00:00
include Remove const qualifier from gr_init_bitmap 2021-06-12 21:07:32 +00:00
main Add above/below option sync blank interval for external sync doubler. 2021-04-08 14:07:35 -07:00
maths
mem
misc Inline string_array_t::tidy comparator 2020-12-27 22:03:09 +00:00
music
texmap
ui Remove unnecessary definitions of static member variables 2020-12-27 22:03:09 +00:00
unittest