diff --git a/src/craftdef.cpp b/src/craftdef.cpp index 6fc0ae934..8c0e91690 100644 --- a/src/craftdef.cpp +++ b/src/craftdef.cpp @@ -67,6 +67,7 @@ static u64 getHashForGrid(CraftHashType type, const std::vector &gr } // invalid CraftHashType assert(false); + return 0; } // Check if input matches recipe