SWDEV-543370 - Initialize variable to fix compiler errors (#431)

Этот коммит содержится в:
Dittakavi, Satyanvesh
2025-07-21 13:57:28 +05:30
коммит произвёл GitHub
родитель a7344b87c2
Коммит b1b4968318
+1 -1
Просмотреть файл
@@ -372,7 +372,7 @@ static bool NoGpuTst_hipPointerGetAttributes() {
bool passed = false;
hipError_t err;
hipPointerAttribute_t attributes = {};
char* A_d;
char* A_d = nullptr;
err = hipPointerGetAttributes(&attributes, A_d);
if (err == hipErrorNoDevice) {
passed = true;