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:
Pawel Cieslak
2023-10-10 00:53:05 +00:00
committed by Compute-Runtime-Automation
parent db13d99680
commit 6e481535d0
5 changed files with 3 additions and 19 deletions

View File

@@ -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++;
}
}
}