Fix warning showing up in openSUSE build.

This commit is contained in:
Bob Summerwill
2016-06-07 12:28:21 -07:00
parent e97ac4fb49
commit 5707f66c99
+1 -1
View File
@@ -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
{