numam-dpdk/lib/librte_ip_frag
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
..
ip_frag_common.h eal: add assert macro for debug 2016-05-02 15:31:17 +02:00
ip_frag_internal.c remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
Makefile mk: fix internal dependencies 2016-06-29 13:33:01 +02:00
rte_ip_frag_common.c lib: remove extra parenthesis after return 2015-06-23 23:31:15 +02:00
rte_ip_frag.h lib: use C99 syntax for zero-size arrays 2016-09-13 15:35:28 +02:00
rte_ipfrag_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_ipv4_fragmentation.c eal: add assert macro for debug 2016-05-02 15:31:17 +02:00
rte_ipv4_reassembly.c ip_frag: fix double free of chained mbufs 2016-05-02 12:37:48 +02:00
rte_ipv6_fragmentation.c eal: add assert macro for debug 2016-05-02 15:31:17 +02:00
rte_ipv6_reassembly.c ip_frag: fix double free of chained mbufs 2016-05-02 12:37:48 +02:00