]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: remove unnecessary ignore_value usage
authorCollin Funk <collin.funk1@gmail.com>
Thu, 23 Oct 2025 21:40:39 +0000 (14:40 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 23 Oct 2025 21:40:39 +0000 (14:40 -0700)
commita2a2f22efe12c3394e1f19e0104c67988b2044c8
tree453966f976fe5a4c7289398eb0b1281151c63c4a
parent8b60d7a5aa3ca3f23445edac107d792fc7f2828b
maint: remove unnecessary ignore_value usage

* src/install.c: Remove ignore-value.h include.
(strip): Don't use ignore_value on posix_spawnattr_destroy since it
isn't declared with the warn_unused_result attribute. Pass the checked
pointer to posix_spawnattr_destroy instead of the variable it points to.
src/install.c