mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 17:00:59 +08:00
Initialize stack variables.
Change-Id: I9478c73ddebe13eea4277f7c45d0228a12aa7487
This commit is contained in:
committed by
sys_ocldev
parent
07031518dc
commit
f4222785ee
@@ -436,7 +436,7 @@ void Program::updateNonUniformFlag() {
|
||||
} else {
|
||||
std::stringstream ss{options.c_str() + pos + clOptNameClVer.size()};
|
||||
uint32_t majorV, minorV;
|
||||
char dot;
|
||||
char dot = 0u;
|
||||
ss >> majorV;
|
||||
ss >> dot;
|
||||
ss >> minorV;
|
||||
|
||||
Reference in New Issue
Block a user