mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Warnings fixes.
Make Mix work with Qt 5.2 Minor other alterations.
This commit is contained in:
parent
a2375542e6
commit
238aa0ee94
3
Types.h
3
Types.h
@ -387,6 +387,9 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
virtual TypePointer binaryOperatorResultImpl(Token::Value _operator, TypePointer const& _this, TypePointer const& _other) const override
|
virtual TypePointer binaryOperatorResultImpl(Token::Value _operator, TypePointer const& _this, TypePointer const& _other) const override
|
||||||
{
|
{
|
||||||
|
(void)_operator;
|
||||||
|
(void)_this;
|
||||||
|
(void)_other;
|
||||||
return TypePointer();
|
return TypePointer();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user