ether-wake: remove #warning
diff --git a/networking/ether-wake.c b/networking/ether-wake.c
index e205ffc..7e3ef49 100644
--- a/networking/ether-wake.c
+++ b/networking/ether-wake.c
@@ -223,8 +223,6 @@
 #if !defined(__UCLIBC__)
 	} else if (ether_hostton(hostid, eaddr) == 0) {
 		bb_debug_msg("Station address for hostname %s is %s\n\n", hostid, ether_ntoa(eaddr));
-#else
-# warning Need to implement ether_hostton() for uClibc
 #endif
 	} else
 		bb_show_usage();