mirror of
https://github.com/acpica/acpica/
synced 2025-01-22 01:12:03 +03:00
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:
parent
a55e093601
commit
fe9c406016
@ -2078,6 +2078,7 @@ AnOtherSemanticAnalysisWalkBegin (
|
||||
{
|
||||
case PARSEOP_ACQUIRE:
|
||||
case PARSEOP_WAIT:
|
||||
case PARSEOP_LOADTABLE:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user