Skip to content

Commit

Permalink
Fixed warning on linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wilkerson-Barker committed Aug 14, 2022
1 parent 46e351a commit 4a4bab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realm/object-store/sync/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ void App::init_app_metadata(UniqueFunction<void(const Optional<Response>&)>&& co

update_hostname(m_sync_manager->app_metadata());
}
catch (const AppError& app_err) {
catch (const AppError&) {
completion(std::move(response));
return; // early return
}
Expand Down

0 comments on commit 4a4bab8

Please sign in to comment.