]> git.proxmox.com Git - mirror_edk2.git/commit - EmulatorPkg/PlatformSmbiosDxe/SmbiosTable.c
EmulatorPkg: Add structure braces { } to fix build warning
authorJordan Justen <jordan.l.justen@intel.com>
Fri, 4 Jul 2014 20:50:41 +0000 (20:50 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 4 Jul 2014 20:50:41 +0000 (20:50 +0000)
commit0cecbe565aaac481cc06bd9e97c0a1b7642334e6
tree25f33dab03efe786152469bb26094f0e419c37a8
parentf58ba9ed6f413bc03f1a6f9e2115b970582e844f
EmulatorPkg: Add structure braces { } to fix build warning

The GCC parameter -Wno-missing-braces was recently removed. This
caused build warnings where structures were instantiated without
proper brace usage.

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