81c8dff2fd
/x86_64-native-linuxapp-gcc/include/rte_crypto.h:126:28:
error: ISO C forbids zero-size array ‘sym’ [-Werror=pedantic]
struct rte_crypto_sym_op sym[0];
^~~
Zero-size array is an extension to the language it cannot be replaced by a
empty size array i.e. [] because structure is inside a union.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
rte_crypto_sym.h | ||
rte_crypto.h | ||
rte_cryptodev_pmd.c | ||
rte_cryptodev_pmd.h | ||
rte_cryptodev_version.map | ||
rte_cryptodev.c | ||
rte_cryptodev.h |