stb icon indicating copy to clipboard operation
stb copied to clipboard

Avoid sign-compare warning in stb_sprintf with GCC 7.5.0

Open Robyt3 opened this issue 3 years ago • 1 comments

This avoids the warning/error "signed and unsigned type in conditional expression [-Werror=sign-compare]" with GCC 7.5.0 on Ubuntu 18.04.

Robyt3 avatar Sep 16 '21 10:09 Robyt3

Please count this as an endorsement for this PR. Thanks!

gonzus avatar Feb 28 '22 18:02 gonzus