Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.
Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Shumin Qiu <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15018 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -2072,8 +2072,18 @@ RunCommandOrFile(
|
|||||||
//
|
//
|
||||||
SetLastError(StatusCode);
|
SetLastError(StatusCode);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
//
|
||||||
|
// Do nothing.
|
||||||
|
//
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
//
|
||||||
|
// Do nothing.
|
||||||
|
//
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
SHELL_FREE_NON_NULL(CommandWithPath);
|
SHELL_FREE_NON_NULL(CommandWithPath);
|
||||||
|
Reference in New Issue
Block a user