mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Update stb to 5736b15 (Jan 29 2023)
This commit is contained in:
parent
2c0991cebc
commit
4f16d92ba3
2 changed files with 9 additions and 1 deletions
2
external/stb
vendored
2
external/stb
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55
|
Subproject commit 5736b15f7ea0ffb08dd38af21067c314d6a3aae9
|
||||||
|
|
@ -7,8 +7,16 @@
|
||||||
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
# pragma warning(push, 0)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stb_image.h>
|
#include <stb_image.h>
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
# pragma GCC diagnostic pop
|
# pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
# pragma warning(pop)
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue