mirror of https://github.com/acidanthera/audk.git
1) Initialize return value for UefiOp for all execution path.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6748 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f875a4f16e
commit
e24d48ac46
|
@ -56,6 +56,7 @@ QuestionOpFwToUefi (
|
|||
}
|
||||
}
|
||||
|
||||
*UefiOp = (UINT8) (FRAMEWORK_EFI_IFR_LAST_OPCODE + 1);
|
||||
return EFI_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue