fix warnings
authorGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 26 Sep 2012 14:12:08 +0000 (16:12 +0200)
committerGiuseppe Lettieri <g.lettieri@iet.unipi.it>
Wed, 26 Sep 2012 14:12:08 +0000 (16:12 +0200)
lib/netdev-pltap.c

index 5122551..4e010cf 100644 (file)
@@ -432,8 +432,8 @@ netdev_pltap_drain(struct netdev *netdev_)
 }
 
 static int
-netdev_pltap_set_etheraddr(struct netdev *netdev,
-                           const uint8_t mac[ETH_ADDR_LEN])
+netdev_pltap_set_etheraddr(struct netdev *netdevi OVS_UNUSED,
+                           const uint8_t mac[ETH_ADDR_LEN] OVS_UNUSED)
 {
     return ENOTSUP;
 }