diff --git a/modules/imgproc/src/morph.cpp b/modules/imgproc/src/morph.cpp index f05c5afc15c02bac1ccca1fb55c1ccf1c941544a..eaae9b6d0c1e8a49da8695154015f02cc99b1acd 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 } }