mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-12-23 22:08:32 +01:00
jsoncpp/src/test_lib_json/main.cpp:354:31: error:
implicit conversion changes signedness: 'int' to
'std::__1::vector<Json::Value *, std::__1::allocator<Json::Value *> >::size_type'
aka 'unsigned long') [-Werror,-Wsign-conversion]
JSONTEST_ASSERT_EQUAL(vec[i], &array[i]);
~~~ ^