From 628fcedb1113d6d632fd77669c02f33ab84fa880 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 4 Dec 2020 17:11:22 +0100 Subject: [PATCH] App: [skip ci] in addition to PR4104 pop the diagnostic --- src/App/FeaturePythonPyImp.h | 2 ++ 1 file changed, 2 insertions(+) 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