From 7768a706a1edfddaf49631267437801a267fc5bb Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 22 Sep 2016 08:40:44 -0700 Subject: [PATCH] Silence warning with GL_DEBUG=1 --- cores/libretro-ffmpeg/fft/fft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-ffmpeg/fft/fft.cpp b/cores/libretro-ffmpeg/fft/fft.cpp index 14c0d67bf2..f91b825eee 100644 --- a/cores/libretro-ffmpeg/fft/fft.cpp +++ b/cores/libretro-ffmpeg/fft/fft.cpp @@ -17,7 +17,7 @@ #include using namespace glm; -#define GL_DEBUG 0 +#undef GL_DEBUG #if GL_DEBUG #define GL_CHECK_ERROR() do { \ if (glGetError() != GL_NO_ERROR) \