Warning fix.

This commit is contained in:
Alexander Smorkalov 2025-03-07 11:56:26 +03:00
parent 0fa61de22a
commit fbffaa5276

View File

@ -275,6 +275,8 @@ public:
return static_cast<int>(bayer - (bayer_end - width));
#else
CV_UNUSED(bayer); CV_UNUSED(bayer_step); CV_UNUSED(dst);
CV_UNUSED(width); CV_UNUSED(bcoeff); CV_UNUSED(gcoeff); CV_UNUSED(rcoeff);
return 0;
#endif
}