View Revisions: Issue #557

Summary 0000557: Solve compile warning in XmlRpcClient.cpp
Revision 2015-05-21 18:47 by rijkr
Description IST: XmlRpcClient.cpp gives a compile warning in member function ‘virtual bool XmlRpc::XmlRpcClient::parseResponse(XmlRpc::XmlRpcValue&)’:
src/XmlRpcClient.cpp:425:77: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
SOLL: Use parentheses the right way.
Revision 2015-05-21 16:47 by rijkr
Description IST: XmlRpcClient.cpp gives a compile warning in member function ‘virtual bool XmlRpc::XmlRpcClient::parseResponse(XmlRpc::XmlRpcValue&)’:
src/XmlRpcClient.cpp:425:77: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
SOLL: Use parentheses the right way and fix the intended test (_isFault = true) to just (_isFault)