From 9ebaeb53fa398a2b983bd9320cd73d3c2f0b2c62 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 31 May 2014 02:00:49 +0200 Subject: Minor bug fix. Fixes for a few warnings. --- Assembly.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assembly.cpp b/Assembly.cpp index c0dc6fd5..4b7d9834 100644 --- a/Assembly.cpp +++ b/Assembly.cpp @@ -39,7 +39,7 @@ int AssemblyItem::deposit() const return 0; default:; } - assert(false); + return 0; } unsigned Assembly::bytesRequired() const -- cgit