1 --- include/cppunit/TestAssert.h
2 +++ include/cppunit/TestAssert.h
5 // Work around "passing 'T' chooses 'int' over 'unsigned int'" warnings when T
7 -#if defined __GNUC__ && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6))
8 +#if defined __GNUC__ && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6)) && !defined __clang__
9 #pragma GCC system_header