diff --git a/src/dnsmasq.c b/src/dnsmasq.c index 4c70236..62a9e59 100644 --- a/src/dnsmasq.c +++ b/src/dnsmasq.c @@ -81,7 +81,9 @@ int main (int argc, char **argv) int tftp_prefix_missing = 0; #endif +#ifdef HAVE_LINUX_NETWORK (void)netlink_warn; +#endif #if defined(HAVE_IDN) || defined(HAVE_LIBIDN2) || defined(LOCALEDIR) setlocale(LC_ALL, "");