Skip to content

COMP: fix parenthesis warning in debug mode

Victor Poughon requested to merge fix-debug-warnings into develop

Fix warnings in debug mode that look like this:

/home/poughov/cnes/dev/otb/Modules/Learning/LearningBase/include/otbMachineLearningModel.hxx:150:58: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
   assert((proba==nullptr)||(input->Size()==proba->Size())&&"Proba sample list and target label list do not have the same size.");

Merge request reports