mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Utilize CV_UNUSED macro
This commit is contained in:
@@ -236,7 +236,7 @@ public:
|
||||
virtual int64 getFLOPS(const std::vector<MatShape> &inputs,
|
||||
const std::vector<MatShape> &outputs) const CV_OVERRIDE
|
||||
{
|
||||
(void)outputs; // suppress unused variable warning
|
||||
CV_UNUSED(outputs); // suppress unused variable warning
|
||||
long flops = 0;
|
||||
for(int i = 0; i < inputs.size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user