replace unused attributes
[dpdk.git] / lib / librte_eal / linux / eal_thread.c
index 379773b..575c960 100644 (file)
@@ -90,7 +90,7 @@ void eal_thread_init_master(unsigned lcore_id)
 
 /* main loop of threads */
 __attribute__((noreturn)) void *
-eal_thread_loop(__attribute__((unused)) void *arg)
+eal_thread_loop(__rte_unused void *arg)
 {
        char c;
        int n, ret;