]> git.droids-corp.org - dpdk.git/blobdiff - examples/fips_validation/fips_validation_aes.c
replace unused attributes
[dpdk.git] / examples / fips_validation / fips_validation_aes.c
index 010a82627aba6ed2fcfcbe4af6210d02f368a02d..b3c5e31f325d550235f50c3e2a1ebb6f2e9582ba 100644 (file)
@@ -49,8 +49,8 @@ struct aes_test_algo {
 
 static int
 parse_interim_enc_dec(const char *key,
-               __attribute__((__unused__)) char *text,
-               __attribute__((__unused__)) struct fips_val *val)
+               __rte_unused char *text,
+               __rte_unused struct fips_val *val)
 {
        if (strcmp(key, OP_ENC_STR) == 0)
                info.op = FIPS_TEST_ENC_AUTH_GEN;