Fix Wreturn-std-move
This commit is contained in:
@@ -6618,7 +6618,7 @@ Session::source_search_path (DataType type) const
|
||||
break;
|
||||
}
|
||||
|
||||
return sp;
|
||||
return std::move(sp);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user