stb_c_lexer: fix a static analysis warning

master
Sean Barrett ago%!(EXTRA string=6 years)
parent a2d540a689
commit a895aec686
  1. 1
      stb_c_lexer.h

@ -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…
Cancel
Save