lib: add switch fall-through comments
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 4 May 2017 15:38:18 +0000 (16:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 May 2017 16:36:55 +0000 (18:36 +0200)
commit3dfb9facb055bc5e5dc5d15e95678b41c9af1a17
treebe790f993696f8de02e654271c39a3eeca3b6cdc
parent6104a5224d9b263297aa7c88aab8ba099202b676
lib: add switch fall-through comments

With GCC 7 we need to explicitly document when we are falling through from
one switch case to another.

Fixes: af75078fece3 ("first public release")
Fixes: 8bae1da2afe0 ("hash: fallback to software CRC32 implementation")
Fixes: 9ec201f5d6e7 ("mbuf: provide bulk allocation")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_cmdline/cmdline_parse_num.c
lib/librte_hash/rte_hash_crc.h
lib/librte_mbuf/rte_mbuf.h