mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-18 10:04:17 +03:00
lib/commit: Quiet clang-analyzer warning
Another conditional ownership.
This commit is contained in:
parent
ee8c13b160
commit
bfb7482a24
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user