mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Fix release build warning
This commit is contained in:
parent
f091bbd563
commit
0310123bc9
@ -67,6 +67,7 @@ static u64 getHashForGrid(CraftHashType type, const std::vector<std::string> &gr
|
|||||||
}
|
}
|
||||||
// invalid CraftHashType
|
// invalid CraftHashType
|
||||||
assert(false);
|
assert(false);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if input matches recipe
|
// Check if input matches recipe
|
||||||
|
Loading…
Reference in New Issue
Block a user