Fix release build warning

This commit is contained in:
est31 2015-05-08 07:23:06 +02:00
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