mirror of https://github.com/acidanthera/audk.git
ShellPkg: Fix "unreachable code" warning with VS2005
Since all paths of the switch block now return, it is not possible to reach the code following the switch block. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10894 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
80448f6c1a
commit
7effcbff29
|
@ -306,8 +306,6 @@ TestOperation (
|
|||
ASSERT(FALSE);
|
||||
return (FALSE);
|
||||
}
|
||||
ASSERT(FALSE);
|
||||
return (FALSE);
|
||||
}
|
||||
|
||||
EFI_STATUS
|
||||
|
|
Loading…
Reference in New Issue