mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
ShellPkg/If: Fix issue to pass static code checker
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
parent
94fcb76b61
commit
1b0319535b
@ -377,6 +377,7 @@ ProcessStatement (
|
||||
Status = EFI_SUCCESS;
|
||||
BinOp = OperatorMax;
|
||||
OperationResult = FALSE;
|
||||
Match = FALSE;
|
||||
StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber];
|
||||
if (!EFI_ERROR (IsNextFragment((CONST CHAR16**)(&StatementWalker), L"not", &Match)) && Match) {
|
||||
NotPresent = TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user