diff --git a/implot.cpp b/implot.cpp index 032d2ad6..88e23d83 100644 --- a/implot.cpp +++ b/implot.cpp @@ -219,6 +219,7 @@ You can read releases logs https://github.com/epezent/implot/releases for more d #pragma clang diagnostic ignored "-Wenum-enum-conversion" // warning: bitwise operation between different enumeration types ('XXXFlags_' and 'XXXFlagsPrivate_') is deprecated #elif defined(__GNUC__) #pragma GCC diagnostic ignored "-Wformat-nonliteral" // warning: format not a string literal, format string not checked +#pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion" // warning: bitwise operation between different enumeration types ('XXXFlags_' and 'XXXFlagsPrivate_') is deprecated #endif // Global plot context