Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 85589ddbf6f8c6dc75f73aa32e484e3cfd439e7a https://github.com/tianocore/edk2/commit/85589ddbf6f8c6dc75f73aa32e484e3cfd439e7a Author: Rebecca Cran <quic_rc...@quicinc.com> Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths: M OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c Log Message: ----------- OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5 XCODE5 reported the following warning: OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1895:12: note: uninitialized use occurs here Compacted ^^^^^^^^^ Initialize the 'Compacted' variable to fix the warning. Signed-off-by: Rebecca Cran <quic_rc...@quicinc.com> Reviewed-by: Ard Biesheuvel <a...@kernel.org> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits