Skip to content

Fix macos C++98 compilation errors#84

Merged
GreyCat merged 1 commit intomasterfrom
macos98_gtest_1_8_1_fix
Feb 22, 2026
Merged

Fix macos C++98 compilation errors#84
GreyCat merged 1 commit intomasterfrom
macos98_gtest_1_8_1_fix

Conversation

@GreyCat
Copy link
Copy Markdown
Member

@GreyCat GreyCat commented Feb 22, 2026

Relatively recently, GitHub Actions upgraded their macos images, bringing in macos 15, XCode 16.4.0.0.1.1747106510, Clang/LLVM 17.0.0, Cmake 4.2.3.

Stricter checks introduced all around the tooling broke a few that previously considered warnings in our codebase + old Google Test we used for C++98.

This works around such errors with C++11 extensions in Google Test 1.8.1 + C++98 build on macos.

@GreyCat GreyCat merged commit cb6abf7 into master Feb 22, 2026
10 checks passed
@GreyCat GreyCat deleted the macos98_gtest_1_8_1_fix branch February 22, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant