From: Colin Walters Date: Mon, 28 Aug 2023 21:29:57 +0000 (-0400) Subject: repo: Quiet clang-analyzer warning X-Git-Tag: archive/raspbian/2023.7-3+rpi1^2~16^2^2~38^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6538b1702bf45b427cf6827407da3cd3a2876fb0;p=ostree.git repo: Quiet clang-analyzer warning Another conditional ownership. --- diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index a96c822d..23b6dd25 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -2877,6 +2877,9 @@ get_remotes_d_dir (OstreeRepo *self, GFile *sysroot) break; } } + + (void)sysroot_owned; // Conditionally owned + /* For backwards compat, also fall back to the sysroot-path variable, which we * don't set anymore internally, and I hope no one else uses. */