Disable -Wstring-plus-int in lightweight_test_fail10.cpp

This commit is contained in:
Peter Dimov 2021-11-01 01:43:50 +02:00
parent 370a74c249
commit d81c61abb4

View File

@ -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()