1
0
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:
Sean McBride
2022-09-27 18:06:46 -04:00
parent 3a64607d94
commit 1829eba584
14 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -126,10 +126,10 @@ public:
errStrip[idxErr]=err ;
};
}
ParallelCalcError& operator=(const ParallelCalcError &) {
return *this;
};
}
};