s!/etc/slackware-release!/etc/slackware-version! (reported by bubulak)
[util-vserver.git] / util-vserver / vserver-start / interface-add.c
index 6bf527b..c0fa1cf 100644 (file)
@@ -105,13 +105,13 @@ invokeIpAddr(struct Interface const *iface)
 }
 
 static bool
-addVLAN(struct Interface const *iface)
+addVLAN(struct Interface const UNUSED *iface)
 {
   abort();     // TODO: implement me
 }
 
 static bool
-addIndirect(struct Interface const *iface)
+addIndirect(struct Interface const UNUSED *iface)
 {
   abort();     // TODO: implement me
 }