]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Silence compiler warnings
authorRoy Marples <roy@marples.name>
Thu, 30 May 2013 08:56:20 +0000 (08:56 +0000)
committerRoy Marples <roy@marples.name>
Thu, 30 May 2013 08:56:20 +0000 (08:56 +0000)
if-linux.c

index 449742abbaaa4afcc75ef2d70774e037f101c4bd..9a02b60ae0a407b32a3f5fd9eb86908de661dd9e 100644 (file)
@@ -769,7 +769,8 @@ if_route6(const struct rt6 *rt, int action)
 }
 
 int
-in6_addr_flags(const char *ifname, const struct in6_addr *addr)
+in6_addr_flags(__unused const char *ifname,
+    __unused const struct in6_addr *addr)
 {
 
        /* How do I get IPv6 address flags on Linux? */