1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Warning fix.

This commit is contained in:
Alexander Smorkalov
2025-03-07 11:56:26 +03:00
parent 0fa61de22a
commit fbffaa5276
+2
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
}