initialize local variable.

Change-Id: Ib84c6a4d5b7dc3d28bd3ef0813a519ecb6371b21
This commit is contained in:
Mrozek, Michal
2018-07-17 13:21:04 +02:00
committed by sys_ocldev
parent b00bc36f68
commit 76ef67af12

View File

@ -38,7 +38,7 @@ SettingsFileReader::SettingsFileReader(const char *filePath) {
stringstream ss;
string key;
int32_t value;
int32_t value = 0;
char temp;
while (!settingsFile.eof()) {
@ -97,4 +97,4 @@ std::string SettingsFileReader::getSetting(const char *settingName, const std::s
return returnValue;
}
}; // namespace OCLRT
}; // namespace OCLRT