mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
Warning fix.
This commit is contained in:
parent
0fa61de22a
commit
fbffaa5276
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user