vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.
[openvswitch] / lib / command-line.c
index 2f99798489113b0c070bfea0b2db198555b1e34d..17344c36aaf9efbf8dc8c592fbf1ba8278fd3a93 100644 (file)
@@ -180,12 +180,12 @@ proctitle_restore(void)
 /* Stubs that don't do anything on non-Linux systems. */
 
 void
-proctitle_init(int argc UNUSED, char **argv UNUSED)
+proctitle_init(int argc OVS_UNUSED, char **argv OVS_UNUSED)
 {
 }
 
 void
-proctitle_set(const char *format UNUSED, ...)
+proctitle_set(const char *format OVS_UNUSED, ...)
 {
 }