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:
@@ -892,7 +892,7 @@ bool TraceManager::isActivated()
|
||||
if (!isInitialized)
|
||||
{
|
||||
TraceManager& m = getTraceManager();
|
||||
(void)m; // TODO
|
||||
CV_UNUSED(m); // TODO
|
||||
}
|
||||
|
||||
return activated;
|
||||
|
||||
Reference in New Issue
Block a user