We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6d7dd commit 82d06dfCopy full SHA for 82d06df
1 file changed
lib/settings.h
@@ -94,7 +94,7 @@ class SimpleEnableGroup {
94
};
95
96
97
-#if defined(__GNUC__) && __GNUC__ <= 9
+#if defined(__GNUC__) && !defined(__clang__) && __GNUC__ <= 9
98
// Hack to workaround GCC bug.
99
// Details: https://trac.cppcheck.net/ticket/14850
100
// seen on:
0 commit comments