We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4de347 commit 7916620Copy full SHA for 7916620
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