Skip to content

Commit

Permalink
Merge "Fixed an unused param warning"
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhines authored and android code review committed Aug 8, 2012
2 parents b3a5343 + a5db95d commit 65c37c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnetutils/packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

int fatal();

int open_raw_socket(const char *ifname, uint8_t *hwaddr, int if_index)
int open_raw_socket(const char *ifname __attribute__((unused)), uint8_t *hwaddr, int if_index)
{
int s, flag;
struct sockaddr_ll bindaddr;
Expand Down

0 comments on commit 65c37c8

Please sign in to comment.