am 65c37c81: Merge "Fixed an unused param warning"
* commit '65c37c81ba64f7ec803dcec976a768d3aac9e6c3': Fixed an unused param warning
This commit is contained in:
commit
d2e826b519
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