mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
mitigating clang-tidy warnings
This commit is contained in:
@ -36,7 +36,7 @@ std::ostream &operator<<(std::ostream &out, const ROI &r) {
|
||||
|
||||
int main() {
|
||||
|
||||
int ret[3]{};
|
||||
int ret[]{0,0,0};
|
||||
for (auto i: ret)
|
||||
std::cout << i << "\n";
|
||||
// uint32_t imageSize = 101;
|
||||
|
Reference in New Issue
Block a user