replace unused attributes
[dpdk.git] / examples / cmdline / parse_obj_list.c
index 5d29f9d..b04adbe 100644 (file)
@@ -104,7 +104,7 @@ int complete_get_elt_obj_list(cmdline_parse_token_hdr_t *tk,
 }
 
 
-int get_help_obj_list(__attribute__((unused)) cmdline_parse_token_hdr_t *tk,
+int get_help_obj_list(__rte_unused cmdline_parse_token_hdr_t *tk,
                      char *dstbuf, unsigned int size)
 {
        snprintf(dstbuf, size, "Obj-List");