mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +08:00
fix: fix compilation issues when building with clang-16
Related-To: NEO-8284 Signed-off-by: Pawel Cieslak <pawel.cieslak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
db13d99680
commit
6e481535d0
@@ -39,10 +39,8 @@ void RasHandleContext::init(uint32_t subDeviceCount) {
|
||||
return;
|
||||
}
|
||||
|
||||
int32_t typeId = 0;
|
||||
for (const auto &type : errorTypeSubDev) {
|
||||
createHandle(type, isSubDevice, subDeviceId);
|
||||
typeId++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user