mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
Disable -Waddress in lightweight_test_test.cpp
This commit is contained in:
@ -39,6 +39,10 @@ void f( bool x )
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# pragma GCC diagnostic ignored "-Waddress"
|
||||
#endif
|
||||
|
||||
#if defined(__clang__) && defined(__has_warning)
|
||||
# if __has_warning( "-Wstring-plus-int" )
|
||||
# pragma clang diagnostic ignored "-Wstring-plus-int"
|
||||
|
Reference in New Issue
Block a user