stb_c_lexer: fix a static analysis warning
This commit is contained in:
parent
a2d540a689
commit
a895aec686
@ -891,6 +891,7 @@ void dummy(void)
|
||||
4.
|
||||
};
|
||||
(void) sizeof(some_floats);
|
||||
(void) some_floats[1];
|
||||
|
||||
printf("test %d",1); // https://github.com/nothings/stb/issues/13
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user