fixed clang compiler warnings (#586)

This commit is contained in:
Dhanya Thattil
2022-11-25 11:00:02 +01:00
committed by GitHub
parent 255a75a646
commit a2f41c13b7
5 changed files with 3 additions and 6 deletions

View File

@ -190,7 +190,7 @@ class DetectorImpl : public virtual slsDetectorDefs {
}
}
bool isAllPositions(const Positions pos) const;
bool isAllPositions(Positions pos) const;
/** set acquiring flag in shared memory */
void setAcquiringFlag(bool flag);