core: legacy intrin operators - fixed version warning condition

This commit is contained in:
Maksim Shabunin 2025-05-22 21:00:49 +03:00
parent aee828ac6e
commit e6fb6c290c

View File

@ -17,8 +17,8 @@
#warning "Operators might conflict with built-in functions on RISC-V platform"
#endif
#if defined(CV_VERSION) && CV_VERSION_MAJOR == 4 && CV_VERSION_MINOR < 11
#warning "Older versions of OpenCV (<4.11) already have Universal Intrinscs operators"
#if defined(CV_VERSION) && CV_VERSION_MAJOR == 4 && CV_VERSION_MINOR < 9
#warning "Older versions of OpenCV (<4.9) already have Universal Intrinscs operators"
#endif