nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.99k stars 7.67k forks source link

Avoid gcc "variable ‘invalid_chunk’ set but not used" warning #1513

Open res2k opened 11 months ago

res2k commented 11 months ago

Can happen if STBI_FAILURE_USERMSG is set, in which case the string isn't used.