stb: Ignore some warnings coming from stb_image.h
This commit is contained in:
parent
71b3ae548b
commit
1099993b14
@ -1,3 +1,6 @@
|
|||||||
|
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||||
|
#pragma GCC diagnostic ignored "-Wunused-function"
|
||||||
|
|
||||||
#define STB_IMAGE_IMPLEMENTATION
|
#define STB_IMAGE_IMPLEMENTATION
|
||||||
|
|
||||||
#include <stb/stb_image.h>
|
#include <stb/stb_image.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user