mirror of
https://github.com/boostorg/assert.git
synced 2025-08-02 13:54:28 +02:00
Ignore -Waddress in assert_test and verify_test
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# pragma GCC diagnostic ignored "-Waddress"
|
||||
#endif
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
@@ -9,7 +9,11 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#include <boost/detail/lightweight_test.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# pragma GCC diagnostic ignored "-Waddress"
|
||||
#endif
|
||||
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user