stb: Ignore some warnings coming from stb_image.h
This commit is contained in:
parent
f6282c37bc
commit
c2e70b6f2e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue