numam-dpdk/lib/librte_cryptodev
Adrien Mazarguil 79d6f5fc58 lib: work around unnamed structs/unions
Exported header files used by applications should allow the strictest
compiler flags. Language extensions used in many places must be explicitly
marked to avoid warnings and compilation failures.

Unnamed structs/unions are allowed since C11, however many compiler
versions do not use this mode by default.

This commit prevents the following errors:

 error: ISO C99 doesn't support unnamed structs/unions
 error: struct has no named members

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2016-09-13 15:35:28 +02:00
..
Makefile snow3g: add driver for SNOW 3G library 2016-03-11 00:14:47 +01:00
rte_crypto_sym.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_crypto.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_cryptodev_pmd.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
rte_cryptodev_version.map cryptodev: uninline parameter parsing 2016-06-27 16:50:27 +02:00
rte_cryptodev.c cryptodev: fix memory leak in parameter parsing 2016-07-22 11:53:32 +02:00
rte_cryptodev.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00