mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Utilize CV_UNUSED macro
This commit is contained in:
@@ -65,9 +65,9 @@ namespace cv{
|
||||
|
||||
inline
|
||||
void operator()(int r, int c, int l){
|
||||
(void)r;
|
||||
(void)c;
|
||||
(void)l;
|
||||
CV_UNUSED(r);
|
||||
CV_UNUSED(c);
|
||||
CV_UNUSED(l);
|
||||
}
|
||||
|
||||
void finish(){
|
||||
|
||||
Reference in New Issue
Block a user