init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
[oweals/busybox.git] / networking / ether-wake.c
index b752152e1ef813c7be27b589a33eebc3777d0e09..a37b6eb79dc14230fbd99e0296dd48c35e43a6ac 100644 (file)
@@ -179,7 +179,7 @@ static int get_wol_pw(const char *ethoptarg, unsigned char *wol_passwd)
 }
 
 int ether_wake_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int ether_wake_main(int argc, char **argv)
+int ether_wake_main(int argc UNUSED_PARAM, char **argv)
 {
        const char *ifname = "eth0";
        char *pass;