mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 17:10:03 +02:00
removing warnings shown from esrf debian
This commit is contained in:
parent
4730c8c0a9
commit
0c9ac8911a
@ -3728,7 +3728,7 @@ int slsDetector::updateDetectorNoWait() {
|
|||||||
|
|
||||||
// int ret=OK;
|
// int ret=OK;
|
||||||
enum detectorSettings t;
|
enum detectorSettings t;
|
||||||
int thr, n, nm = 0;
|
int thr, n = 0, nm;
|
||||||
// int it;
|
// int it;
|
||||||
int64_t retval;// tns=-1;
|
int64_t retval;// tns=-1;
|
||||||
char lastClientIP[INET_ADDRSTRLEN];
|
char lastClientIP[INET_ADDRSTRLEN];
|
||||||
@ -7806,7 +7806,7 @@ string slsDetector::getReceiverLastClientIP(){
|
|||||||
|
|
||||||
int slsDetector::updateReceiverNoWait() {
|
int slsDetector::updateReceiverNoWait() {
|
||||||
|
|
||||||
int n,ind = 0;
|
int n = 0,ind;
|
||||||
char path[MAX_STR_LENGTH];
|
char path[MAX_STR_LENGTH];
|
||||||
char lastClientIP[INET_ADDRSTRLEN];
|
char lastClientIP[INET_ADDRSTRLEN];
|
||||||
|
|
||||||
|
@ -5363,13 +5363,11 @@ string slsDetectorCommand::cmdPulse(int narg, char *args[], int action) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return string("");
|
|
||||||
/*
|
|
||||||
if(retval == OK)
|
if(retval == OK)
|
||||||
return string(" successful");
|
return string(" successful");
|
||||||
else
|
else
|
||||||
return string(" failed");
|
return string(" failed");
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user