This fixes a couple of coding style and white space issues and missing casts that the RVCT warns about, which means they are breaking the build in warnings-as-errors mode.
Ard Biesheuvel (5): IntelFrameworkModulePkg: remove unreachable code MdeModulePkg: remove unreachable code SecurityPkg: put missing empty lines at the end of some header files ShellPkg: add missing SHELL_STATUS cast ArmVirtPkg: use explicit KERNEL_BLOB_TYPE cast ArmVirtPkg/Library/PlatformIntelBdsLib/QemuKernel.c | 4 +++- IntelFrameworkModulePkg/Library/GenericBdsLib/BdsConsole.c | 1 - MdeModulePkg/Universal/DisplayEngineDxe/InputHandler.c | 3 --- MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c | 1 - MdeModulePkg/Universal/SetupBrowserDxe/Expression.c | 1 - SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.h | 2 +- SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h | 2 +- SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h | 2 +- ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c | 2 +- 9 files changed, 7 insertions(+), 11 deletions(-) -- 1.9.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

