stb_c_lexer: fix a static analysis warning

This commit is contained in:
Sean Barrett 2019-08-11 05:19:00 -07:00
parent a2d540a689
commit a895aec686

View File

@ -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
}