diff --git a/test/assert_test.cpp b/test/assert_test.cpp index 3233828..bc5c3db 100644 --- a/test/assert_test.cpp +++ b/test/assert_test.cpp @@ -9,7 +9,11 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include +#include + +#if defined(__GNUC__) +# pragma GCC diagnostic ignored "-Waddress" +#endif #include diff --git a/test/verify_test.cpp b/test/verify_test.cpp index 3481636..ea46d53 100644 --- a/test/verify_test.cpp +++ b/test/verify_test.cpp @@ -9,7 +9,11 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include +#include + +#if defined(__GNUC__) +# pragma GCC diagnostic ignored "-Waddress" +#endif #include