- Notifications
You must be signed in to change notification settings - Fork1.1k
Closed
Description
Similar to#571, I've met this deprecation warning (which treats as an error in Unreal), when building the current latest release 5.1.1 source code with the newly released XCode 14.3.
Unreal Engine 5 build C++ withC++17 by default, so theoriginal fix for C++20 is not enough.
Though Unreal Engine 5 didn't specify the default C standard, Clang has itsdefault to C17
By default, Clang builds C code in GNU C17 mode
Thus, thecommit introducing the deprecation will be triggered when compilingMiMalloc.c in the Clang's default C17 mode.
Metadata
Metadata
Assignees
Labels
No labels