From: Fco. Javier Delgado del Hoyo Date: Wed, 25 Jun 2014 09:49:26 +0000 (+0200) Subject: Change comment according to fix X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~3147^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47e345bcb6177ee701baf27357abeb2d3ab6aa9a;p=platform%2Fupstream%2Fopencv.git Change comment according to fix --- diff --git a/modules/imgproc/src/morph.cpp b/modules/imgproc/src/morph.cpp index f05c5af..eaae9b6 100644 --- a/modules/imgproc/src/morph.cpp +++ b/modules/imgproc/src/morph.cpp @@ -1258,7 +1258,7 @@ static bool IPPMorphReplicate(int op, const Mat &src, Mat &dst, const Mat &kerne #undef IPP_MORPH_CASE #if defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ > 8 - return false; /// It disables false positive warning in GCC 4.8.2 + return false; /// It disables false positive warning in GCC 4.8 and further #endif } }