Some compilers (like RVCT) are finicky about unreachable code, so remove it.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <[email protected]> --- IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c | 1 - 1 file changed, 1 deletion(-) diff --git a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c index eefec0642a70..1020e84c3d64 100644 --- a/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c +++ b/IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c @@ -869,7 +869,6 @@ ConvertBmpToGopBlt ( *GopBlt = NULL; } return EFI_UNSUPPORTED; - break; }; } -- 1.9.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

