Skip to content

Commit

Permalink
Fixed warning (again) on Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wilkerson-Barker committed Aug 24, 2022
1 parent 6445ca5 commit 72038c8
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 @@ -793,7 +793,7 @@ void App::init_app_metadata(UniqueFunction<void(const Optional<Response>&)>&& co

update_hostname(m_sync_manager->app_metadata());
}
catch (const AppError& app_error) {
catch (const AppError&) {
// Pass the response back to completion
return completion(std::move(response));
}
Expand Down

0 comments on commit 72038c8

Please sign in to comment.