Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

[NOSQUASH] Fix clang warnings #229

Merged
merged 2 commits into from
Aug 29, 2023
Merged

Conversation

Desour
Copy link
Member

@Desour Desour commented Aug 29, 2023

This includes a bugfix: A variable in operator- for ustring16 iterator was default initialized (=> uninitialized) instead of value initialized (=> zero initialized).

See also: luanti-org/luanti#13767

How to test

Build with -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang.

@sfan5 sfan5 merged commit 0735220 into minetest:master Aug 29, 2023
@Desour Desour deleted the fix_clang_warnings branch August 29, 2023 16:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants