* commit 'd2e826b5192f3b964c893b8230cee1d8bdb84071': Fixed an unused param warning
This commit is contained in:
commit
278cded6be
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue