ThatOSDev
ThatOSDev
**Describe the bug** Lines 8510, 8611, and 8702 show the same code used, and each line causes an Out Of Bounds warning in GCC 11.2. The filename is stb_image_resize2.h GCC...
If I include these files.... #include "../external/glfw-3.3.8/src/osmesa_context.c" #include "../external/glfw-3.3.8/src/platform.c" // Added for version GLFW 3.4, wasn't needed in 3.3.8 / 3.3.10 #include "../external/glfw-3.3.8/src/context.c" #include "../external/glfw-3.3.8/src/egl_context.c" #include "../external/glfw-3.3.8/src/init.c" #include "../external/glfw-3.3.8/src/input.c" #include...
Now works with GCC without failing the compilation.