iASL: Eliminate warning when result of LoadTable not used.

Eliminate the "result of operation not used" warning when the DDB handle
returned from LoadTable is not used. The warning is not needed.
BZ 590
This commit is contained in:
Robert Moore 2008-06-17 14:47:04 -07:00
parent a55e093601
commit fe9c406016

View File

@ -2078,6 +2078,7 @@ AnOtherSemanticAnalysisWalkBegin (
{
case PARSEOP_ACQUIRE:
case PARSEOP_WAIT:
case PARSEOP_LOADTABLE:
break;
default: