mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix compiler warnings
This commit is contained in:
parent
6952bab519
commit
492aab20fe
6 changed files with 23 additions and 23 deletions
|
@ -104,7 +104,7 @@ void TestDataStructures::testMap1()
|
|||
UASSERT(t0.deleted);
|
||||
UASSERT(!t1.copied);
|
||||
UASSERT(!t1.deleted);
|
||||
if (once |= 1)
|
||||
if ((once |= 1))
|
||||
break;
|
||||
}
|
||||
UASSERT(once);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue