]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Base.h
MdePkg/Include: Add support for flexible array members
authorMichael Kinney <michael.d.kinney@intel.com>
Thu, 7 May 2015 17:19:11 +0000 (17:19 +0000)
committermdkinney <mdkinney@Edk2>
Thu, 7 May 2015 17:19:11 +0000 (17:19 +0000)
commit7849538e0e3453db93a3ce8875b73121e7088e3a
tree59ee53fdaf18a365e7c62e549c31ed7ad07d0e1a
parent0ee59fd7d036479e1c6ce6f5012861cdf43c30ea
MdePkg/Include: Add support for flexible array members

Use pragma to disable warning 4200 for all VS* and DDK* tool chains to support
data structure declarations where the last field of the data structure is a
flexible array member.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: lhauch <larry.hauch@intel.com>
Tested-by: Chao Zhang <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17361 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Base.h