721ac9f9e0
When enabling pedantic compilation with CONFIG_RTE_LIBRTE_MLX5_DEBUG,
the compiler complains about non standard 128-bit integer type:
include/rte_atomic_64.h:223:3: error:
ISO C does not support ‘__int128’ types [-Werror=pedantic]
It must be marked as an extension of the standard C language
to be accepted in pedantic compilation.
Fixes:
|
||
---|---|---|
.. | ||
common | ||
freebsd | ||
linux | ||
windows/eal | ||
Makefile | ||
meson.build | ||
rte_eal_exports.def | ||
rte_eal_version.map |