mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-05 00:25:27 +02: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]); ~~~ ^