avoid warnings regarding unused params
[util-vserver.git] / util-vserver / vserver-start / interface-remove.c
index 18d33c2..c4e5841 100644 (file)
@@ -23,7 +23,7 @@
 #include "interface.h"
 
 bool
-Iface_remove(struct Interface const *iface)
+Iface_remove(struct Interface const UNUSED *iface)
 {
   return true;
 }