[edk2-devel] [PATCH v1 0/3] Fix possible uninitialized uses

2021-05-18 Thread Sergei Dmitrouk
v1: Compiling for IA32 target with gcc-5.5.0 emits "maybe-uninitialized" warnings. Compilation command: build -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -t GCC49 Unlike other cases mentioned in https://bugzilla.tianocore.org/show_bug.cgi?id=3228 these seem to be actual issues in the code. Read patches f

[edk2-devel] [PATCH v1 0/3] Fix possible uninitialized uses

2021-05-14 Thread Sergei Dmitrouk
Compiling for IA32 target with gcc-5.5.0 emits "maybe-uninitialized" warnings. Compilation command: build -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc -t GCC49 Unlike other cases mentioned in https://bugzilla.tianocore.org/show_bug.cgi?id=3228 these seem to be actual issues in the code. Read patches for sp