Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65c37c81 authored by Stephen Hines's avatar Stephen Hines Committed by android code review
Browse files

Merge "Fixed an unused param warning"

parents b3a5343e a5db95da
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,7 @@


int fatal();
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;
    int s, flag;
    struct sockaddr_ll bindaddr;
    struct sockaddr_ll bindaddr;