From 0df823c68b4c9e9023ba90d7bbdedab386f8030d Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 4 Feb 2022 22:38:26 +0100 Subject: [PATCH] App: add missing pragma for GCC diagnostic --- src/App/FeaturePythonPyImp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/FeaturePythonPyImp.h b/src/App/FeaturePythonPyImp.h index cae903ad30..d165c2fed0 100644 --- a/src/App/FeaturePythonPyImp.h +++ b/src/App/FeaturePythonPyImp.h @@ -31,6 +31,7 @@ # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wmissing-field-initializers" #elif defined(__GNUC__) || defined(__GNUG__) +# pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif