mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Minor bug fix.
Fixes for a few warnings.
This commit is contained in:
parent
8c25c35b37
commit
9ebaeb53fa
@ -39,7 +39,7 @@ int AssemblyItem::deposit() const
|
||||
return 0;
|
||||
default:;
|
||||
}
|
||||
assert(false);
|
||||
return 0;
|
||||
}
|
||||
|
||||
unsigned Assembly::bytesRequired() const
|
||||
|
Loading…
Reference in New Issue
Block a user