mirror of
https://github.com/memononen/nanovg
synced 2026-09-26 16:19:07 +03:00
In Visual Studio 17, I get warnings related to these variables: ```` fontstash.h(241): warning C4018: '<': signed/unsigned mismatch fontstash.h(242): warning C4018: '<': signed/unsigned mismatch ```` Making them unsigned fixes it. |
||
|---|---|---|
| .. | ||
| fontstash.h | ||
| nanovg.c | ||
| nanovg.h | ||
| nanovg_gl.h | ||
| nanovg_gl_utils.h | ||
| stb_image.h | ||
| stb_truetype.h | ||