amd/addrlib: silence warnings

This commit is contained in:
Marek Olšák
2017-03-14 22:32:25 +01:00
parent 7f160efcde
commit 8a74140a21
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -832,7 +832,7 @@ BOOL_32 ADDR_API ElemGetExportNorm(
Addr::Lib* pLib = Lib::GetLib(hLib);
BOOL_32 enabled = FALSE;
ADDR_E_RETURNCODE returnCode = ADDR_OK;
//ADDR_E_RETURNCODE returnCode = ADDR_OK;
if (pLib != NULL)
{
@@ -840,7 +840,7 @@ BOOL_32 ADDR_API ElemGetExportNorm(
}
else
{
returnCode = ADDR_ERROR;
//returnCode = ADDR_ERROR;
}
ADDR_ASSERT(returnCode == ADDR_OK);