Browse Source

Misc

gh-pages
falkTX 10 years ago
parent
commit
ae5aa5b738
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dgl/src/NanoVG.cpp

+ 2
- 2
dgl/src/NanoVG.cpp View File

@@ -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))


Loading…
Cancel
Save