mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +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
|
||||
assert(false);
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Check if input matches recipe
|
||||
|
Loading…
Reference in New Issue
Block a user