replace unused attributes
[dpdk.git] / examples / vm_power_manager / vm_power_cli.h
index 075c255..6666cf7 100644 (file)
@@ -9,7 +9,7 @@
 extern "C" {
 #endif
 
-void run_cli(__attribute__((unused)) void *arg);
+void run_cli(void *arg);
 
 #ifdef __cplusplus
 }