]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/cperf_test_common.c
replace unused attributes
[dpdk.git] / app / test-crypto-perf / cperf_test_common.c
index 85603eed5bf16d74b3c2e767a62de7345ddd0e61..058e0ba564423c95c9d493ea2693685c27594cbb 100644 (file)
@@ -86,7 +86,7 @@ static void
 mempool_obj_init(struct rte_mempool *mp,
                 void *opaque_arg,
                 void *obj,
-                __attribute__((unused)) unsigned int i)
+                __rte_unused unsigned int i)
 {
        struct obj_params *params = opaque_arg;
        struct rte_crypto_op *op = obj;