numam-dpdk/lib/librte_pipeline
Adrien Mazarguil 347a1e037f lib: use C99 syntax for zero-size arrays
Exported header files used by applications should allow the strictest
compiler flags. Language extensions used in many places must be explicitly
marked or removed to avoid warnings and compilation failures.

The extension keyword is used whenever the C99 syntax cannot do it.

This commit prevents the following errors:

 error: ISO C forbids zero-size array `[...]'

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: use C99 syntax for zero-size arrays 2016-09-13 15:35:28 +02:00