Skip to content

Commit

Permalink
More -Wunused stuff. What's up?
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Sep 29, 2015
1 parent 0eb1a21 commit fe947a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/inet.c
Expand Up @@ -755,7 +755,7 @@ int fr_ipaddr_from_ifname(fr_ipaddr_t *out, int af, char const *name)
return 0;
}
#else
int fr_ipaddr_from_ifname(UNUSED fr_ipaddr_t *out, UNUSED int af, UNUSED char const *name)
int fr_ipaddr_from_ifname(UNUSED fr_ipaddr_t *out, UNUSED int af, char const *name)
{
fr_strerror_printf("No support for SIOCGIFADDR, can't determine IP address of %s", name);
return -1;
Expand Down

0 comments on commit fe947a3

Please sign in to comment.