mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 21:07:22 +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 defined(__clang__) && defined(__has_warning)
|
||||||
# if __has_warning( "-Wstring-plus-int" )
|
# if __has_warning( "-Wstring-plus-int" )
|
||||||
# pragma clang diagnostic ignored "-Wstring-plus-int"
|
# pragma clang diagnostic ignored "-Wstring-plus-int"
|
||||||
|
Reference in New Issue
Block a user