Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use constinit in logs.cpp #16287

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Update logs.cpp

65abf2c
Select commit
Loading
Failed to load commit list.
Open

Use constinit in logs.cpp #16287

Update logs.cpp
65abf2c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / RPCS3.rpcs3 (Windows_Build) failed Nov 5, 2024 in 26m 30s

Windows_Build failed

Annotations

Check failure on line 400 in rpcs3\util\logs.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / RPCS3.rpcs3 (Windows_Build)

rpcs3\util\logs.cpp#L400

rpcs3\util\logs.cpp(400,54): Error C2127: 'text_': illegal initialization of 'constinit' entity with a non-constant expression

Check failure on line 401 in rpcs3\util\logs.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / RPCS3.rpcs3 (Windows_Build)

rpcs3\util\logs.cpp#L401

rpcs3\util\logs.cpp(401,59): Error C2127: 'args_': illegal initialization of 'constinit' entity with a non-constant expression

Check failure on line 2830 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / RPCS3.rpcs3 (Windows_Build)

Build log #L2830

Process 'msbuild.exe' exited with code '1'.