]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_devargs.h
eal: simplify meson build of common directory
[dpdk.git] / lib / librte_eal / common / include / rte_devargs.h
index 882dfa0abd3a42e65f7fcaa2dc95e3cafc320e3e..898efa0d667bdcf845eda3b022dd2f5131411b1e 100644 (file)
@@ -137,7 +137,7 @@ rte_devargs_parse(struct rte_devargs *da, const char *dev);
 int
 rte_devargs_parsef(struct rte_devargs *da,
                   const char *format, ...)
-__attribute__((format(printf, 2, 0)));
+__rte_format_printf(2, 0);
 
 /**
  * Insert an rte_devargs in the global list.