diff --git a/src/App/FeaturePythonPyImp.h b/src/App/FeaturePythonPyImp.h index 8ec247fdd8..1b1393ed3f 100644 --- a/src/App/FeaturePythonPyImp.h +++ b/src/App/FeaturePythonPyImp.h @@ -146,6 +146,8 @@ private: #if defined(__clang__) # pragma clang diagnostic pop +#elif defined(__GNUC__) || defined(__GNUG__) +# pragma GCC diagnostic pop #endif #endif // APP_FEATUREPYTHONPYIMP_H