summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'gfx')
-rw-r--r--gfx/models/stb_image.cpp (renamed from gfx/models/stb_image.c)1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/models/stb_image.c b/gfx/models/stb_image.cpp
index a839b61..1daf279 100644
--- a/gfx/models/stb_image.c
+++ b/gfx/models/stb_image.cpp
@@ -1,6 +1,7 @@
#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