diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2025-03-11 09:24:59 -0700 |
---|---|---|
committer | Liming Gao <gaoliming@byosoft.com.cn> | 2025-03-12 11:16:55 +0800 |
commit | 03e66e0a03e8b81daf959cb4a886037cce506e2b (patch) | |
tree | 8b489622fc8b3618501d429eb9a465920679a4c5 /BaseTools/Source/Python | |
parent | 71188e90638cac8d5228e89b0fb5809783058946 (diff) | |
download | edk2-03e66e0a03e8b81daf959cb4a886037cce506e2b.zip edk2-03e66e0a03e8b81daf959cb4a886037cce506e2b.tar.gz edk2-03e66e0a03e8b81daf959cb4a886037cce506e2b.tar.bz2 |
BaseTools/Source/C: Disable VS flexible array member warning
Add /wd4200 to all visual studio builds of C tools in BaseTools.
This disables warnings for use of flexible array members that
are allowed in edk2 include files. Some tools use include files
from MdePkg that use flexible array members.
This matches the warning disables used to build structured PCD in
BaseTools/Source/Python/Workspace/DscBuildData.py where flexible
array members are more widely used.
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions