Skip to content

Commit

Permalink
Fix release build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed May 8, 2015
1 parent f091bbd commit 0310123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/craftdef.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 0310123

Please sign in to comment.