Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 772fa11ac82579a8f6fa171e6b835f68af3f64be https://github.com/tianocore/edk2/commit/772fa11ac82579a8f6fa171e6b835f68af3f64be Author: Rebecca Cran <rebe...@bsdio.com> Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths: M SecurityPkg/DeviceSecurity/SpdmLib/Include/hal/LibspdmStdBoolAlt.h Log Message: ----------- SecurityPkg: Don't define bool type if building in C23 mode In C23 bool is a built-in type, so it's not necessary to typedef bool in LibspdmStdBoolAlt.h. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> Commit: 4518ba2a2b03b6c8071f51b3bee360b933fcb441 https://github.com/tianocore/edk2/commit/4518ba2a2b03b6c8071f51b3bee360b933fcb441 Author: Rebecca Cran <rebe...@bsdio.com> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M RedfishPkg/Include/Library/RedfishCrtLib.h Log Message: ----------- RedfishPkg: Don't define bool type if building in C23 mode In C23 bool is a built-in type, so it's not necessary to typedef bool in RedfishCrtLib.h. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> Commit: 81f75c41f941106bbaab608f4dc01db7cb6aa81b https://github.com/tianocore/edk2/commit/81f75c41f941106bbaab608f4dc01db7cb6aa81b Author: Rebecca Cran <rebe...@bsdio.com> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M MdeModulePkg/Universal/RegularExpressionDxe/OnigurumaUefiPort.h Log Message: ----------- MdeModulePkg: Typedef ptrdiff_t to fix building with gcc 15.1 When building with gcc 15.1, building RegularExpressionDxe fails because it can't find the type ptrdiff_t. Therefore, add a typedef for it in OniguramaUefiPort.h. Signed-off-by: Rebecca Cran <rebe...@bsdio.com> Compare: https://github.com/tianocore/edk2/compare/11f1d28bcb85...81f75c41f941 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