Skip to content

cppcheck: fix some duplicates warnings

Julien Nabet requested to merge julien2412/paraview:cppcheck_dup into master
Plugins/GMVReader/Reader/gmvread.c:3755:39: style: The if condition is the same as the previous if condition [duplicateCondition]
Remoting/ClientServerStream/vtkClientServerStream.cxx:3109:33: style: Same expression on both sides of '-'. [duplicateExpression]
Edited by Mathieu Westphal (Kitware)

Merge request reports