Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: c0796335d3c6362b563844410499ff241d42ac63
      
https://github.com/tianocore/edk2/commit/c0796335d3c6362b563844410499ff241d42ac63
  Author: Gerd Hoffmann <kra...@redhat.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M MdePkg/Library/BaseFdtLib/LibFdtSupport.h

  Log Message:
  -----------
  MdePkg/BaseFdtLib: fix build with gcc 15

gcc 15 switched to use the new ISO C23 standard by default.
'bool', 'true' and 'false' are keywords in C23, so do not
try to define them.

Signed-off-by: Gerd Hoffmann <kra...@redhat.com>


  Commit: e063f8b8a53861043b9872cc35b08a3dc03b0942
      
https://github.com/tianocore/edk2/commit/e063f8b8a53861043b9872cc35b08a3dc03b0942
  Author: Gerd Hoffmann <kra...@redhat.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M BaseTools/Source/C/VfrCompile/Pccts/antlr/makefile
    M BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile

  Log Message:
  -----------
  BaseTools/Pccts: set C standard

The prehistoric code base doesn't build with ISO C23.  Set the C
standard to C11 (for both clang and gcc) so it continues to build with
gcc 15 (which uses C23 by default).

Signed-off-by: Gerd Hoffmann <kra...@redhat.com>


Compare: https://github.com/tianocore/edk2/compare/7742247d1ca6...e063f8b8a538

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

Reply via email to