Skip to content

Commit

Permalink
if2ip.c: Fixed warning: unused parameter 'remote_scope'
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed Apr 6, 2013
1 parent e34bc91 commit ee7669b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/if2ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope,
const char *interf, char *buf, int buf_size)
{
(void) af;
(void) remote_scope;
(void) interf;
(void) buf;
(void) buf_size;
Expand Down

0 comments on commit ee7669b

Please sign in to comment.