]> 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>
Mon, 9 Jan 2023 11:35:43 +0000 (11:35 +0000)
commitd4ef87fad442366c3a00598d87cbcd3acce34ea6
treefdb16304cd97ee17c12fc4cf30e9b8d9a004e2ae
parent884a6849db481b13469131377ed3be98054508ca
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