mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
removed warnings
This commit is contained in:
@ -3516,8 +3516,6 @@ int multiSlsDetector::setCTBPatWaitTime(int level, uint64_t t, int detPos) {
|
|||||||
|
|
||||||
int multiSlsDetector::retrieveDetectorSetup(std::string const fname1, int level){
|
int multiSlsDetector::retrieveDetectorSetup(std::string const fname1, int level){
|
||||||
|
|
||||||
slsDetectorCommand *cmd;
|
|
||||||
|
|
||||||
int skip=0;
|
int skip=0;
|
||||||
std::string fname;
|
std::string fname;
|
||||||
std::string str;
|
std::string str;
|
||||||
|
@ -1213,8 +1213,9 @@ int slsReceiverTCPIPInterface::set_file_dir() {
|
|||||||
FILE_LOG(logERROR) << mess;
|
FILE_LOG(logERROR) << mess;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (retval != NULL)
|
if (retval != NULL) {
|
||||||
FILE_LOG(logDEBUG1) << "file path:" << retval;
|
FILE_LOG(logDEBUG1) << "file path:" << retval;
|
||||||
|
}
|
||||||
|
|
||||||
clientInterface->Server_SendResult(mySock->differentClients,
|
clientInterface->Server_SendResult(mySock->differentClients,
|
||||||
ret, retval, (retval == NULL) ? 0 : MAX_STR_LENGTH, mess);
|
ret, retval, (retval == NULL) ? 0 : MAX_STR_LENGTH, mess);
|
||||||
|
Reference in New Issue
Block a user