Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 03e66e0a03e8b81daf959cb4a886037cce506e2b
      
https://github.com/tianocore/edk2/commit/03e66e0a03e8b81daf959cb4a886037cce506e2b
  Author: Michael D Kinney <[email protected]>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    M BaseTools/Source/C/Makefiles/ms.common

  Log Message:
  -----------
  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 <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to