numam-dpdk/lib/librte_pipeline
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 mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
rte_pipeline_version.map pipeline: add new functions for action handlers 2016-03-10 01:29:42 +01:00
rte_pipeline.c pipeline: add new functions for action handlers 2016-03-10 01:29:42 +01:00
rte_pipeline.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00