mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #642 from bobsummerwill/opensuse
Fix warning showing up in openSUSE build.
This commit is contained in:
commit
ccddd6fd2b
@ -45,7 +45,7 @@ struct SourceLocation
|
|||||||
end(_other.end),
|
end(_other.end),
|
||||||
sourceName(std::move(_other.sourceName))
|
sourceName(std::move(_other.sourceName))
|
||||||
{}
|
{}
|
||||||
SourceLocation(SourceLocation const& _other) = default;
|
SourceLocation(SourceLocation const&) = default;
|
||||||
SourceLocation& operator=(SourceLocation const&) = default;
|
SourceLocation& operator=(SourceLocation const&) = default;
|
||||||
SourceLocation& operator=(SourceLocation&& _other) noexcept
|
SourceLocation& operator=(SourceLocation&& _other) noexcept
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user