magicolor: Get rid of compiler warning

merge-requests/1/head
Reinhold Kainhofer 2011-01-20 21:17:28 +01:00
rodzic a3cf04dd9b
commit 2d9f458992
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1983,6 +1983,7 @@ mc_network_discovery(const char*host)
#else
DBG (1, "%s: net-snmp library not enabled, auto-detecting network scanners not supported.\n", __func__);
NOT_USED (host);
return 0;
#endif
}