Partially revert "amd/addrlib: silence warnings" to fix builds with DEBUG

This partially reverts commit 8a74140a21.
This commit is contained in:
Marek Olšák
2017-03-30 19:01:02 +02:00
parent 681adbc18c
commit 331714d72e
3 changed files with 6 additions and 6 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);