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

[NOSQUASH] Fix clang warnings #13767

Merged
merged 3 commits into from Sep 9, 2023
Merged

Conversation

Desour
Copy link
Member

@Desour Desour commented Aug 29, 2023

Clang currently screams pretty loud with its warnings. They are fixed here.

See also: minetest/irrlicht#229

To do

This PR is a Ready for Review.

How to test

Build with -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang.
(Tested with clang 16.)

@Desour Desour added Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines Code quality labels Aug 29, 2023
Copy link
Member

@srifqi srifqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this PR.

We can finally clear up these messages (from Android Studio):
Minetest compiler warnings

@grorp grorp merged commit 010d08f into minetest:master Sep 9, 2023
13 checks passed
@Desour Desour deleted the fix_clang_warnings branch September 9, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code quality Maintenance Tasks to keep the codebase and related parts in order, including architectural improvements Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines >= Two approvals ✅ ✅
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants