mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7179 from ethereum/fix-gcc-9-errors
Fix gcc9 errors
This commit is contained in:
commit
4182033264
@ -119,13 +119,6 @@ struct ABIType
|
||||
size_t _size = 32
|
||||
): type(_type), align(_align), size(_size) {}
|
||||
|
||||
ABIType(ABIType const& _other):
|
||||
type(_other.type),
|
||||
align(_other.align),
|
||||
size(_other.size),
|
||||
alignDeclared(_other.alignDeclared)
|
||||
{}
|
||||
|
||||
Type type = ABIType::None;
|
||||
Align align = ABIType::AlignRight;
|
||||
size_t size = 32;
|
||||
|
Loading…
Reference in New Issue
Block a user