mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Apply cppcoreguidelines-init-variables
This commit is contained in:
committed by
Dennis Klein
parent
904771e9fa
commit
ccbd622130
@@ -156,7 +156,7 @@ void sendCommand(const string& commandIn, const string& path, unsigned int timeo
|
||||
return;
|
||||
}
|
||||
|
||||
char c;
|
||||
char c = 0;
|
||||
string command;
|
||||
TerminalConfig tconfig;
|
||||
|
||||
@@ -185,7 +185,7 @@ try {
|
||||
string targetState;
|
||||
string pKey;
|
||||
string pVal;
|
||||
unsigned int timeout;
|
||||
unsigned int timeout = 0;
|
||||
|
||||
fair::Logger::SetConsoleSeverity("debug");
|
||||
fair::Logger::SetConsoleColor(true);
|
||||
|
Reference in New Issue
Block a user