mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +00:00
Disable -Wstring-plus-int in lightweight_test_fail10.cpp
This commit is contained in:
parent
370a74c249
commit
d81c61abb4
@ -8,6 +8,10 @@
|
|||||||
// http://www.boost.org/LICENSE_1_0.txt
|
// 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>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user