From 8323063e81f496ede03349c11bb26a0a7aab86fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 18 Jan 2016 18:50:08 -0800 Subject: [PATCH] Cleanup. --- 3rdparty/stb/stb_image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/3rdparty/stb/stb_image.c b/3rdparty/stb/stb_image.c index bc305501..130d6c01 100644 --- a/3rdparty/stb/stb_image.c +++ b/3rdparty/stb/stb_image.c @@ -1,5 +1,6 @@ #ifdef __GNUC__ # pragma GCC diagnostic ignored "-Wshadow" +# pragma GCC diagnostic ignored "-Warray-bounds" #elif defined(_MSC_VER) # pragma warning(disable:4312) // warning C4312: 'type cast': conversion from '' to '' of greater size # pragma warning(disable:4456) // warning C4456: declaration of 'k' hides previous local declaration