From ae5aa5b73803fb8cf224a5ae561c61a2f997e848 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 15 Feb 2015 11:23:03 +0000 Subject: [PATCH] Misc --- dgl/src/NanoVG.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgl/src/NanoVG.cpp b/dgl/src/NanoVG.cpp index 0b780804..a4c357bf 100644 --- a/dgl/src/NanoVG.cpp +++ b/dgl/src/NanoVG.cpp @@ -20,7 +20,7 @@ // ----------------------------------------------------------------------- // Ignore some warnings if debugging -#ifdef DEBUG +#if 0 //def DEBUG # define NANOVG_GL3 0 # define NANOVG_GLES2 0 # define NANOVG_GLES3 0 @@ -63,7 +63,7 @@ // ----------------------------------------------------------------------- // Restore normal state if debugging -#ifdef DEBUG +#if 0//def DEBUG # if defined(__clang__) # pragma clang diagnostic pop # elif defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))