| commit | fc63b020c5c26f064f265262ca795df09a6d1721 | [log] [tgz] |
|---|---|---|
| author | Phil Nash <github@philnash.me> | Thu May 21 06:15:53 2015 +0100 |
| committer | Phil Nash <github@philnash.me> | Thu May 21 06:15:53 2015 +0100 |
| tree | 4000672a8ce20c042e84650e3db278d169c2c4d9 | |
| parent | 6ed74b5cab3d8cfb2e474b2da1cad70e52cbb3b8 [diff] [blame] |
suppressed some more warnings
diff --git a/include/catch.hpp b/include/catch.hpp index 9f82c72..f6359c0 100644 --- a/include/catch.hpp +++ b/include/catch.hpp
@@ -9,6 +9,12 @@ #ifndef TWOBLUECUBES_CATCH_HPP_INCLUDED #define TWOBLUECUBES_CATCH_HPP_INCLUDED +#ifdef __clang__ +# pragma clang system_header +#elif defined __GNUC__ +# pragma GCC system_header +#endif + #include "internal/catch_suppress_warnings.h" #if defined(CATCH_CONFIG_MAIN) || defined(CATCH_CONFIG_RUNNER)