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:
@@ -122,7 +122,7 @@ UMatData::~UMatData()
|
||||
}
|
||||
}
|
||||
#else
|
||||
(void)showWarn;
|
||||
CV_UNUSED(showWarn);
|
||||
#endif
|
||||
originalUMatData = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user