commit | 44cde12ef9c9860cc9d0a087c2883e0efdf553cb | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Sat Mar 19 14:32:12 2016 +0200 |
committer | onqtam <vik.kirilov@gmail.com> | Sat Mar 19 14:32:12 2016 +0200 |
tree | 8bca8fd5c7f1fc88d01f62cdc4c62aa0d2110bda | |
parent | fa1139914dcc1b99cf395c8d7228af94fd81dba5 [diff] [blame] |
better CI
diff --git a/examples/disabled/main.cpp b/examples/disabled/main.cpp index bbc19a0..be179d9 100644 --- a/examples/disabled/main.cpp +++ b/examples/disabled/main.cpp
@@ -18,6 +18,10 @@ doctest_testsuite_end; +#if defined(__GNUC__) && !defined(__clang__) +#pragma GCC diagnostic ignored "-Weffc++" +#endif + struct Empty {};