mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 01:27:59 +02:00
slsDetectorSoftware: removed warnings, and made compilable via make
This commit is contained in:
@ -58,7 +58,7 @@ public:
|
||||
} \
|
||||
// single id scanned
|
||||
if (strchr(argv[0],':')) { \
|
||||
iv=sscanf(argv[0],"%d:",&pos, cmd); \
|
||||
iv=sscanf(argv[0],"%d:",&pos); \
|
||||
if (iv == 1 && pos >= 0) { \
|
||||
cout << "pos " << pos << " is not allowed for readout!" << endl; \
|
||||
return; \
|
||||
|
Reference in New Issue
Block a user