mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-08 23:59:02 -05:00
[blittest] initialize test array to kill asan warning
This commit is contained in:
parent
58f08c62ee
commit
0f6b2d8508
@ -108,6 +108,7 @@ TEST_CASE("Blit") {
|
||||
if(notcurses_canutf8(nc_)){
|
||||
if(notcurses_canquadrant(nc_)){
|
||||
uint32_t p2x2[4];
|
||||
memset(p2x2, 0xff, sizeof(p2x2));
|
||||
uint32_t* ptl = &p2x2[0];
|
||||
ncpixel_set_a(ptl, 0xff);
|
||||
ncpixel_set_r(ptl, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user