avoid warnings regarding unused params
[util-vserver.git] / util-vserver / vserver-start / interface-print.c
index 9255eac..8107344 100644 (file)
@@ -23,7 +23,7 @@
 #include "interface.h"
 
 void
-Iface_print(struct Interface const *iface, int fd)
+Iface_print(struct Interface const UNUSED *iface, int UNUSED fd)
 {
   
 }