mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
Disable -Wstring-plus-int in lightweight_test_fail10.cpp
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
// http://www.boost.org/LICENSE_1_0.txt
|
||||
//
|
||||
|
||||
#if defined(__clang__)
|
||||
# pragma clang diagnostic ignored "-Wstring-plus-int"
|
||||
#endif
|
||||
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
int main()
|
||||
|
Reference in New Issue
Block a user