diff --git a/src/craftdef.cpp b/src/craftdef.cpp index 6fc0ae93..8c0e9169 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