[edk2-devel] Building OvmfPkgX64.dsc with XCODE5 (Apple clang 12.0.5) fails in VmgExitLib

Rebecca Cran rebecca at bsdio.com
Mon Dec 13 17:48:42 UTC 2021


I tried building OvmfPkg/OvmfPkgX64.dsc with XCODE5 (with Apple Clang 
12.0.5 from XCode 13.1) and it failed with the following error:


/Users/bcran/src/uefi/edk2/OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1875:9: 
error: variable 'Compacted' is used uninitialized whenever 'if' 
condition is false [-Werror,-Wsometimes-uninitialized]
     if (EcxIn == 1) {
         ^~~~~~~~~~
/Users/bcran/src/uefi/edk2/OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1895:12: 
note: uninitialized use occurs here
            Compacted
            ^~~~~~~~~
/Users/bcran/src/uefi/edk2/OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1875:5: 
note: remove the 'if' if its condition is always true
     if (EcxIn == 1) {
     ^~~~~~~~~~~~~~~~
/Users/bcran/src/uefi/edk2/OvmfPkg/Library/VmgExitLib/VmgExitVcHandler.c:1871:37: 
note: initialize the variable 'Compacted' to silence this warning
     BOOLEAN                Compacted;
                                     ^
                                      = '\0'

-- 

Rebecca Cran



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84748): https://edk2.groups.io/g/devel/message/84748
Mute This Topic: https://groups.io/mt/87703341/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list