Minor bug fix.

Fixes for a few warnings.
This commit is contained in:
Gav Wood 2014-05-31 02:00:49 +02:00
parent 8c25c35b37
commit 9ebaeb53fa

View File

@ -39,7 +39,7 @@ int AssemblyItem::deposit() const
return 0; return 0;
default:; default:;
} }
assert(false); return 0;
} }
unsigned Assembly::bytesRequired() const unsigned Assembly::bytesRequired() const