dfb90fbe6b
Building with clang on FreeBSD with chkincs enabled, we get the
following error about a missing space:
lib/compressdev/rte_compressdev_internal.h:25:58: error:
invalid suffix on literal;
C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
rte_log(RTE_LOG_ ## level, compressdev_logtype, "%s(): "fmt "\n", \
Adding in a space between the '"' and 'fmt' removes the error.
Fixes:
|
||
---|---|---|
.. | ||
meson.build | ||
rte_comp.c | ||
rte_comp.h | ||
rte_compressdev_internal.h | ||
rte_compressdev_pmd.c | ||
rte_compressdev_pmd.h | ||
rte_compressdev.c | ||
rte_compressdev.h | ||
version.map |