]> git.droids-corp.org - dpdk.git/blobdiff - drivers/raw/ifpga/base/ifpga_compat.h
replace unused attributes
[dpdk.git] / drivers / raw / ifpga / base / ifpga_compat.h
index 931c89385495a236118ae30c81e73068bf4feb3d..cdeca70ca5194b627106d434acedce94a6d4586a 100644 (file)
@@ -51,7 +51,7 @@
        ret;                                                                 \
 })
 
-#define __maybe_unused __attribute__((__unused__))
+#define __maybe_unused __rte_unused
 
 #define UNUSED(x)      (void)(x)