DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit ae5aa5b73803fb8cf224a5ae561c61a2f997e848
parent c2230b5f395a8aba0ab4332da81978c9cf697684
Author: falkTX <falktx@gmail.com>
Date:   Sun, 15 Feb 2015 11:22:38 +0000

Misc

Diffstat:
Mdgl/src/NanoVG.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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))