Change comment according to fix
authorFco. Javier Delgado del Hoyo <fdelgado@rapture-games.com>
Wed, 25 Jun 2014 09:49:26 +0000 (11:49 +0200)
committerFco. Javier Delgado del Hoyo <fdelgado@rapture-games.com>
Wed, 25 Jun 2014 09:49:26 +0000 (11:49 +0200)
modules/imgproc/src/morph.cpp

index f05c5af..eaae9b6 100644 (file)
@@ -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
     }
 }