mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Utilize CV_UNUSED macro
This commit is contained in:
@@ -103,7 +103,7 @@ bool CalibProcessor::detectAndParseChAruco(const cv::Mat &frame)
|
||||
return true;
|
||||
}
|
||||
#else
|
||||
(void)frame;
|
||||
CV_UNUSED(frame);
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user