mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
remove some redunant casts in setAdapterInfo
Change-Id: I96bc52e6870346d35209b345362d4ddd951f90b4
This commit is contained in:
committed by
sys_ocldev
parent
a78111c892
commit
8781bd518e
@@ -77,7 +77,7 @@ void TestEnvironment::setDefaultDebugVars(
|
||||
fclDefaultDebugVars = fclDefaults;
|
||||
igcDefaultDebugVars = igcDefaults;
|
||||
|
||||
libraryOS = setAdapterInfo(reinterpret_cast<const void *>(hwInfo.pPlatform), reinterpret_cast<const void *>(hwInfo.pSysInfo));
|
||||
libraryOS = setAdapterInfo(hwInfo.pPlatform, hwInfo.pSysInfo);
|
||||
}
|
||||
|
||||
void TestEnvironment::setMockFileNames(
|
||||
|
||||
Reference in New Issue
Block a user