mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Fix unit test issues
remove dead store initialize default values in class definition Change-Id: I39abef12104a80df13ace0fb127c4ee24e00b184 Signed-off-by: Jablonski, Mateusz <mateusz.jablonski@intel.com>
This commit is contained in:
@ -21,9 +21,9 @@ class PlatformFixture {
|
||||
void SetUp();
|
||||
void TearDown();
|
||||
|
||||
Platform *pPlatform;
|
||||
Platform *pPlatform = nullptr;
|
||||
|
||||
cl_uint num_devices;
|
||||
cl_device_id *devices;
|
||||
cl_uint num_devices = 0u;
|
||||
cl_device_id *devices = nullptr;
|
||||
};
|
||||
} // namespace NEO
|
||||
|
Reference in New Issue
Block a user