[lldb] [Host/SerialPort] Fix build with GCC 7

This commit is contained in:
Martin Storsjö 2021-10-23 12:52:55 +03:00
parent ff56d80eaa
commit ea9e9d61b5
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ SerialPort::Create(int fd, OpenOptions options, Options serial_options,
return std::move(error);
}
return out;
return std::move(out);
}
SerialPort::SerialPort(int fd, OpenOptions options,