mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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…
x
Reference in New Issue
Block a user