Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Not applicable
Description
[build] /Users/rchapman/HPCC-Platform/system/xmllib/libxml_xpathprocessor.cpp:970:21: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] [build] if (!obj || !obj->type==XPATH_NODESET || !obj->nodesetval || !obj->nodesetval->nodeTab || obj->nodesetval->nodeNr<1)
I suspect it was intending to say
obj->type!=XPATH_NODESET