Skip to content

Commit

Permalink
getting desperate
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Oct 26, 2023
1 parent 0c9ba1a commit 24e51bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mavsdk/plugins/ftp/ftp_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Ftp::Result FtpImpl::remove_file(const std::string& path)
remove_file_async(path, [&](Ftp::Result result) { prom.set_value(result); });

auto ret = fut.get();
(void)ret;
return ret;
}

Expand Down

0 comments on commit 24e51bd

Please sign in to comment.