dxx-rebirth/common/2d
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
..
2dsline.cpp Move more symbols into namespaces 2020-12-26 21:17:29 +00:00
bitblt.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
bitmap.cpp Remove const qualifier from gr_init_bitmap 2021-06-12 21:07:32 +00:00
bitmap.h Add color_palette_index type alias, to note palette-related uint8_t 2020-07-16 02:31:04 +00:00
box.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
canvas.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
circle.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
clip.h Expand EXCHG 2015-04-02 02:36:54 +00:00
disc.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
gpixel.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
line.cpp Move more symbols into namespaces 2020-12-26 21:17:29 +00:00
pixel.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
rect.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
rle.cpp optimize include files (include what you use) 2021-02-06 21:38:50 +01:00
scalec.cpp Move more symbols into namespaces 2020-12-26 21:17:29 +00:00