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:
@@ -3913,7 +3913,7 @@ Result HandleSehExceptionsInMethodIfSupported(
|
||||
return static_cast<Result>(0);
|
||||
}
|
||||
#else
|
||||
(void)location;
|
||||
CV_UNUSED(location);
|
||||
return (object->*method)();
|
||||
#endif // GTEST_HAS_SEH
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user