mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Utilize CV_UNUSED macro
This commit is contained in:
@@ -118,7 +118,7 @@ void MatAllocator::copy(UMatData* usrc, UMatData* udst, int dims, const size_t s
|
||||
|
||||
BufferPoolController* MatAllocator::getBufferPoolController(const char* id) const
|
||||
{
|
||||
(void)id;
|
||||
CV_UNUSED(id);
|
||||
static DummyBufferPoolController dummy;
|
||||
return &dummy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user