-[Arx/src/graphics/data/Mesh.cpp:406]: (style) Redundant condition: found!=NULL. 'found==NULL || (found!=NULL && rz<=foundY)' is equivalent to 'found==NULL || rz<=foundY' -[Arx/src/graphics/data/Mesh.cpp:517]: (style) Redundant condition: found!=NULL. 'found==NULL || (found!=NULL && rz<=foundY)' is equivalent to 'found==NULL || rz<=foundY' -[Arx/src/physics/Anchors.cpp:118]: (style) Redundant condition: found!=NULL. 'found==NULL || (found!=NULL && yy<=foundY)' is equivalent to 'found==NULL || yy<=foundY' -[Arx/src/physics/Anchors.cpp:174]: (style) Redundant condition: found!=NULL. 'found==NULL || (found!=NULL && ep->min.ymin.y)' is equivalent to 'found==NULL || ep->min.ymin.y'