:: commit 1099993b14a5c8e1ac13bc24653bd11b4842996b

mintsuki <mintsuki@protonmail.com> — 2023-02-15 10:31

parents: 71b3ae548b

stb: Ignore some warnings coming from stb_image.h

diff --git a/common/stb/stb_image.c b/common/stb/stb_image.c
index 857bfd40..9ddbbd2f 100644
--- a/common/stb/stb_image.c
+++ b/common/stb/stb_image.c
@@ -1,3 +1,6 @@
+#pragma GCC diagnostic ignored "-Wunused-parameter"
+#pragma GCC diagnostic ignored "-Wunused-function"
+
 #define STB_IMAGE_IMPLEMENTATION
 
 #include <stb/stb_image.h>
tab: 248 wrap: offon