/home/jcfr/Projects/CustomExtensionsIndex-build/SlicerPathology/QuickTCGA/Logic/TCGAUtilities.cxx: In function ‘void TCGA::FindBoundingBoxFromMask(const cv::Mat&, cv::Rect&)’:
/home/jcfr/Projects/CustomExtensionsIndex-build/SlicerPathology/QuickTCGA/Logic/TCGAUtilities.cxx:105:44: warning: ‘indMax’ may be used uninitialized in this function [-Wmaybe-uninitialized]
rect = cv::boundingRect(contours[indMax]);
^