]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix warning for prior on Linux
authorRoy Marples <roy@marples.name>
Thu, 4 Jun 2020 10:30:20 +0000 (11:30 +0100)
committerRoy Marples <roy@marples.name>
Thu, 4 Jun 2020 10:30:20 +0000 (11:30 +0100)
src/privsep-linux.c

index 203bc17787e8a654a5bed1c0624473861865e3e1..887d7f3f504d485047d1fce41709629f9b21b837 100644 (file)
@@ -66,7 +66,7 @@ out:
 
 ssize_t
 ps_root_os(struct ps_msghdr *psm, struct msghdr *msg,
-    void **rdata, size_t *rlen)
+    __unused void **rdata, __unused size_t *rlen)
 {
 
        switch (psm->ps_cmd) {