Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ATOMIC_VAR_INIT deprecation warnings when building UE 5.1.1 with XCode 14.3 #735

Closed
@TroutZhang

Description

@TroutZhang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2026 Movatter.jp