numam-dpdk/lib/librte_lpm
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 lpm: add AltiVec for ppc64 2016-09-09 17:56:08 +02:00
rte_lpm6.c lpm6: fix possible garbage in lookup 2016-05-02 15:15:45 +02:00
rte_lpm6.h lpm6: fix missing header dependency 2016-05-02 12:37:49 +02:00
rte_lpm_altivec.h lpm: add AltiVec for ppc64 2016-09-09 17:56:08 +02:00
rte_lpm_neon.h lpm/arm: support NEON 2016-03-11 15:56:07 +01:00
rte_lpm_sse.h lpm/x86: move SSE implementation to be architecture agnostic 2016-03-11 15:50:11 +01:00
rte_lpm_version.map lpm: extend IPv4 next hop field 2016-03-09 22:57:43 +01:00
rte_lpm.c lpm: fix freeing in compatibility mode 2016-05-02 12:37:48 +02:00
rte_lpm.h lib: use C99 syntax for zero-size arrays 2016-09-13 15:35:28 +02:00