supercell-wx/scwx-qt/source/scwx/qt/external/stb_image.cpp
2023-08-03 06:35:38 -05:00

14 lines
292 B
C++

#define STB_IMAGE_IMPLEMENTATION
#define STBI_ASSERT(x)
#define STBI_FAILURE_USERMSG
#if defined(__GNUC__)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
#include <stb_image.h>
#if defined(__GNUC__)
# pragma GCC diagnostic pop
#endif