mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
initialize local variable.
Change-Id: Ib84c6a4d5b7dc3d28bd3ef0813a519ecb6371b21
This commit is contained in:

committed by
sys_ocldev

parent
b00bc36f68
commit
76ef67af12
@ -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
|
||||
|
Reference in New Issue
Block a user