#11 ‘Json::Reader::Reader()’ is deprecated: Use CharReader and CharReaderBuilder instead

Closed
opened 6 years ago by themusicgod1 · 1 comments

[ 80%] Building CXX object libweb3jsonrpc/CMakeFiles/web3jsonrpc.dir/AdminEth.cpp.o /home/z/eth/c++/cpp-ethereum/libweb3jsonrpc/AdminEth.cpp: In member function ‘virtual Json::Value dev::rpc::AdminEth::admin_eth_vmTrace(const string&, int, const string&)’: /home/z/eth/c++/cpp-ethereum/libweb3jsonrpc/AdminEth.cpp:217:17: error: ‘Json::Reader::Reader()’ is deprecated: Use CharReader and CharReaderBuilder instead [-Werror=deprecated-declarations]

Json::Reader().parse(st.json(), ret);
             ^

In file included from /usr/include/json/json.h:11,

             from /usr/include/jsonrpccpp/common/jsonparser.h:13,
             from /usr/include/jsonrpccpp/common/errors.h:16,
             from /usr/include/jsonrpccpp/common/exception.h:17,
             from /home/z/eth/c++/cpp-ethereum/libweb3jsonrpc/AdminEth.cpp:1:

/usr/include/json/reader.h:56:3: note: declared here Reader();

[ 80%] Building CXX object libweb3jsonrpc/CMakeFiles/web3jsonrpc.dir/AdminEth.cpp.o /home/z/eth/c++/cpp-ethereum/libweb3jsonrpc/AdminEth.cpp: In member function ‘virtual Json::Value dev::rpc::AdminEth::admin_eth_vmTrace(const string&, int, const string&)’: /home/z/eth/c++/cpp-ethereum/libweb3jsonrpc/AdminEth.cpp:217:17: error: ‘Json::Reader::Reader()’ is deprecated: Use CharReader and CharReaderBuilder instead [-Werror=deprecated-declarations] Json::Reader().parse(st.json(), ret); ^ In file included from /usr/include/json/json.h:11, from /usr/include/jsonrpccpp/common/jsonparser.h:13, from /usr/include/jsonrpccpp/common/errors.h:16, from /usr/include/jsonrpccpp/common/exception.h:17, from /home/z/eth/c++/cpp-ethereum/libweb3jsonrpc/AdminEth.cpp:1: /usr/include/json/reader.h:56:3: note: declared here Reader();
Jeff Cliff commented 6 years ago
Owner

fixed in current build

fixed in current build
Jeff Cliff referenced this issue from a commit 6 years ago
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.