projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee8c13b
)
lib/commit: Quiet clang-analyzer warning
author
Colin Walters
<walters@verbum.org>
Mon, 28 Aug 2023 21:27:04 +0000
(17:27 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 28 Aug 2023 21:27:04 +0000
(17:27 -0400)
Another conditional ownership.
src/libostree/ostree-repo-commit.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-repo-commit.c
b/src/libostree/ostree-repo-commit.c
index 4563b0b7f98688750dfa99c7eb852f1596906a4c..d709ce0c52b225064a55991f5c0ff290da3437c0 100644
(file)
--- a/
src/libostree/ostree-repo-commit.c
+++ b/
src/libostree/ostree-repo-commit.c
@@
-454,6
+454,7
@@
throw_min_free_space_error (OstreeRepo *self, guint64 bytes_required, GError **e
}
else
err_msg = "would be exceeded";
+ (void)err_msg_owned; // Conditional ownership
if (self->min_free_space_mb > 0)
return glnx_throw (error, "min-free-space-size %" G_GUINT64_FORMAT "MB %s",