diff options
Diffstat (limited to 'gfx/models/stb_image.cpp')
-rw-r--r-- | gfx/models/stb_image.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gfx/models/stb_image.cpp b/gfx/models/stb_image.cpp deleted file mode 100644 index c6b605e..0000000 --- a/gfx/models/stb_image.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef TIDY -# define STB_IMAGE_IMPLEMENTATION -# pragma GCC diagnostic ignored "-Wsign-compare" -# pragma GCC diagnostic ignored "-Wimplicit-fallthrough" -# ifndef __clang__ -# pragma GCC diagnostic ignored "-Wunused-but-set-variable" -# endif -# include "stb/stb_image.h" -#endif |