We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63b6305 + 5707f66 commit ccddd6fCopy full SHA for ccddd6f
libevmasm/SourceLocation.h
@@ -45,7 +45,7 @@ struct SourceLocation
45
end(_other.end),
46
sourceName(std::move(_other.sourceName))
47
{}
48
- SourceLocation(SourceLocation const& _other) = default;
+ SourceLocation(SourceLocation const&) = default;
49
SourceLocation& operator=(SourceLocation const&) = default;
50
SourceLocation& operator=(SourceLocation&& _other) noexcept
51
{
0 commit comments