ovs-dpctl: Remove UNUSED attributed in do_show
[sliver-openvswitch.git] / utilities / ovs-dpctl.c
index 1296062..886cdb3 100644 (file)
@@ -427,7 +427,7 @@ show_dpif(struct dpif *dpif)
 }
 
 static void
-do_show(int argc UNUSED, char *argv[])
+do_show(int argc, char *argv[])
 {
     bool failure = false;
     if (argc > 1) {