Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 8b2256fbf22c07c7f3505a374458ab53c3fcfff3 https://github.com/tianocore/edk2/commit/8b2256fbf22c07c7f3505a374458ab53c3fcfff3 Author: Michael D Kinney <michael.d.kin...@intel.com> Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths: M MdePkg/Include/Base.h Log Message: ----------- MdePkg/Include: Use _Static_assert for clang and GNUC The clang compiler generates the following error error: use of 'static_assert' without inclusion of <assert.h> This is due to the use of the MSC Extension static_assert. Use _Static_assert instead for clang and GNUC compilers. Signed-off-by: Michael D Kinney <michael.d.kin...@intel.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits