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

[ROCm/hip-tests commit: b1b4968318]
Cette révision appartient à :
Dittakavi, Satyanvesh
2025-07-21 13:57:28 +05:30
révisé par GitHub
Parent 4b41394fe6
révision b6abf13325
+1 -1
Voir le fichier
@@ -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;