mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 09:14:56 +01:00
fixed clang compiler warnings (#586)
This commit is contained in:
@@ -366,7 +366,6 @@ class Implementation : private virtual slsDetectorDefs {
|
||||
bool activated{true};
|
||||
std::array<bool, 2> detectorDataStream = {{true, true}};
|
||||
std::array<bool, 2> detectorDataStream10GbE = {{true, true}};
|
||||
std::array<bool, 2> portStream = {{true, true}};
|
||||
int readNRows{0};
|
||||
int thresholdEnergyeV{-1};
|
||||
std::array<int, 3> thresholdAllEnergyeV = {{-1, -1, -1}};
|
||||
|
||||
Reference in New Issue
Block a user