mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Change comment according to fix
This commit is contained in:
parent
a73809e6fc
commit
47e345bcb6
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user