mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Utilize CV_UNUSED macro
This commit is contained in:
@@ -127,8 +127,8 @@ struct RHO_HEST{
|
||||
*/
|
||||
|
||||
virtual inline int ensureCapacity(unsigned N, double beta){
|
||||
(void)N;
|
||||
(void)beta;
|
||||
CV_UNUSED(N);
|
||||
CV_UNUSED(beta);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user