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:
@@ -98,7 +98,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual void doTrain(InputArray points) { (void)points; }
|
||||
virtual void doTrain(InputArray points) { CV_UNUSED(points); }
|
||||
|
||||
void clear()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user