Skip to content

Commit ccddd6f

Browse files
committed
Merge pull request ethereum#642 from bobsummerwill/opensuse
Fix warning showing up in openSUSE build.
2 parents 63b6305 + 5707f66 commit ccddd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libevmasm/SourceLocation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct SourceLocation
4545
end(_other.end),
4646
sourceName(std::move(_other.sourceName))
4747
{}
48-
SourceLocation(SourceLocation const& _other) = default;
48+
SourceLocation(SourceLocation const&) = default;
4949
SourceLocation& operator=(SourceLocation const&) = default;
5050
SourceLocation& operator=(SourceLocation&& _other) noexcept
5151
{

0 commit comments

Comments
 (0)