mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-21 22:04:15 +03:00
pull: Quiet clang-analyzer warning
Just used for side-effects.
This commit is contained in:
parent
e2779a7cf7
commit
0beaf5c9ac
@ -6340,6 +6340,7 @@ ostree_repo_remote_fetch_summary_with_options (OstreeRepo *self, const char *nam
|
||||
return FALSE;
|
||||
|
||||
mainctx = _ostree_main_context_new_default ();
|
||||
(void)mainctx; // Used for autocleanup
|
||||
|
||||
fetcher = _ostree_repo_remote_new_fetcher (self, name, TRUE, extra_headers, append_user_agent,
|
||||
NULL, error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user