numam-dpdk/lib/librte_acl
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
..
acl_bld.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
acl_gen.c
acl_run_altivec.c acl: add AltiVec for ppc64 2016-09-09 17:56:14 +02:00
acl_run_altivec.h acl: add AltiVec for ppc64 2016-09-09 17:56:14 +02:00
acl_run_avx2.c
acl_run_avx2.h
acl_run_neon.c acl: add NEON optimization for ARMv8 2015-11-18 22:44:01 +01:00
acl_run_neon.h remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
acl_run_scalar.c
acl_run_sse.c
acl_run_sse.h
acl_run.h acl: add AltiVec for ppc64 2016-09-09 17:56:14 +02:00
acl_vect.h
acl.h acl: add AltiVec for ppc64 2016-09-09 17:56:14 +02:00
Makefile acl: add AltiVec for ppc64 2016-09-09 17:56:14 +02:00
rte_acl_osdep.h
rte_acl_version.map acl: remove old API 2015-09-03 19:22:48 +02:00
rte_acl.c acl: add AltiVec for ppc64 2016-09-09 17:56:14 +02:00
rte_acl.h lib: use C99 syntax for zero-size arrays 2016-09-13 15:35:28 +02:00
tb_mem.c
tb_mem.h