Skip to content

Commit 7916620

Browse files
committed
clang-tidy
1 parent c4de347 commit 7916620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class SimpleEnableGroup {
9494
};
9595

9696

97-
#if defined(__GNUC__) && __GNUC__ <= 9
97+
#if defined(__GNUC__) && !defined(__clang__) && __GNUC__ <= 9
9898
// Hack to workaround GCC bug.
9999
// Details: https://trac.cppcheck.net/ticket/14850
100100
// seen on:

0 commit comments

Comments
 (0)