]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: add missing braces to aggregate and/or union initializers
authorLaszlo Ersek <lersek@redhat.com>
Wed, 25 Jun 2014 03:35:58 +0000 (03:35 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Jun 2014 03:35:58 +0000 (03:35 +0000)
commit84043adfe24d18d46ead4a3d743f61efdc0c9824
tree6e77f6f8d10a24bc4dc81421b08d81a96a434b3c
parentffccb935fab8103ab4efef1d9f949aeb581c83df
OvmfPkg: add missing braces to aggregate and/or union initializers

Lack of these braces causes build errors when -Wno-missing-braces is
absent. Spelling out more braces also helps understanding the code.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15586 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c