commit | fc2b078ac2969b24c12b22a9d522e5bc73760c8a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 29 11:15:52 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Feb 29 11:15:54 2024 -0600 |
tree | 3f9d502cfa857fb3bfe5e689a33e9d8e74011e28 | |
parent | cca2de0e91cf6b18fa24d620fe69d9e7cb056ce9 [diff] |
hwmon_ffdc: fix compile fail with newer glibc An upcoming Yocto update reveiled a compile failure due to ignoring the return value from `pclose` when used as a unique_ptr deleter. Switch to a lambda indirection where the return is explicitly ignored. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifa5d3f346f75d37075df78acf916dde8fc1ead69