|
|
@@ -972,7 +972,7 @@ END_NAMESPACE_DGL |
|
|
|
|
|
|
|
#undef final |
|
|
|
|
|
|
|
#if defined(__GNUC__) && (__GNUC__ >= 5) |
|
|
|
#if defined(__GNUC__) && (__GNUC__ >= 6) |
|
|
|
# pragma GCC diagnostic push |
|
|
|
# pragma GCC diagnostic ignored "-Wno-misleading-indentation" |
|
|
|
#endif |
|
|
@@ -981,7 +981,7 @@ extern "C" { |
|
|
|
#include "nanovg/nanovg.c" |
|
|
|
} |
|
|
|
|
|
|
|
#if defined(__GNUC__) && (__GNUC__ >= 5) |
|
|
|
#if defined(__GNUC__) && (__GNUC__ >= 6) |
|
|
|
# pragma GCC diagnostic pop |
|
|
|
#endif |
|
|
|
|
|
|
|