replace unused attributes
[dpdk.git] / examples / vm_power_manager / guest_cli / vm_power_cli_guest.h
index 0c2cc13..6ad14a3 100644 (file)
@@ -17,7 +17,7 @@ int set_policy_mac(int port, int idx);
 
 int set_policy_defaults(struct channel_packet *pkt);
 
-void run_cli(__attribute__((unused)) void *arg);
+void run_cli(__rte_unused void *arg);
 
 #ifdef __cplusplus
 }