mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Fixed most clang -Wextra-semi warnings
This commit is contained in:
@@ -126,10 +126,10 @@ public:
|
||||
|
||||
errStrip[idxErr]=err ;
|
||||
|
||||
};
|
||||
}
|
||||
ParallelCalcError& operator=(const ParallelCalcError &) {
|
||||
return *this;
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user