SWDEV-236110 - Fixing uninitialized variable.

Change-Id: I26a2a6826da643b57da9746e3ce888a46c4e78f4
Este commit está contenido en:
kjayapra-amd
2020-05-14 16:24:23 -04:00
cometido por Karthik Jayaprakash
padre 32043017ed
commit 618d66b5fe
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
Archivo normal → Archivo ejecutable
+1 -1
Ver fichero
@@ -2644,7 +2644,7 @@ const bool Program::getLoweredNames(std::vector<std::string>* mangledNames) cons
return true;
#else
assert("No COMGR loaded");
assert(!"No COMGR loaded");
return false;
#endif
}