]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
configure: Ensure that we use the return of the functions we test
authorRoy Marples <roy@marples.name>
Sun, 8 Jan 2023 22:10:21 +0000 (22:10 +0000)
committerRoy Marples <roy@marples.name>
Sun, 8 Jan 2023 22:10:21 +0000 (22:10 +0000)
commitfdcf878fffd0a265651c16dc4c98048352e54a85
tree7526576f9a0dc77888369b043a1aa87d75ba6e1c
parent96f055d2e48ce48ce828e1c4c175d05afcd1b299
configure: Ensure that we use the return of the functions we test

As newer compiler defaults warn if they are not used.
Should fix #163.
configure