mirror of https://github.com/acidanthera/audk.git
MdeModulePkg:Fix build fail in VS2008
Fix the potentially uninitialized local variable Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18254 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f4d7904b15
commit
3877edd811
|
@ -495,8 +495,10 @@ UpdateConsolePage (
|
|||
UpdatePageStart (CallbackData);
|
||||
|
||||
ConsoleCheck = NULL;
|
||||
OldConsoleCheck = NULL;
|
||||
QuestionIdBase = 0;
|
||||
VariableOffsetBase = 0;
|
||||
ConsoleCheckSize = 0;
|
||||
|
||||
switch (UpdatePageId) {
|
||||
case FORM_CON_IN_ID:
|
||||
|
|
Loading…
Reference in New Issue