Skip to content

Commit 5707f66

Browse files
committed
Fix warning showing up in openSUSE build.
1 parent e97ac4f commit 5707f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libevmasm/SourceLocation.h

Lines changed: 1 addition & 1 deletion
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)