diff options
Diffstat (limited to 'libevmasm/SourceLocation.h')
-rw-r--r-- | libevmasm/SourceLocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevmasm/SourceLocation.h b/libevmasm/SourceLocation.h index 8e22a826..05304d14 100644 --- a/libevmasm/SourceLocation.h +++ b/libevmasm/SourceLocation.h @@ -45,7 +45,7 @@ struct SourceLocation end(_other.end), sourceName(std::move(_other.sourceName)) {} - SourceLocation(SourceLocation const& _other) = default; + SourceLocation(SourceLocation const&) = default; SourceLocation& operator=(SourceLocation const&) = default; SourceLocation& operator=(SourceLocation&& _other) noexcept { |