mempool: fix build with debug enabled and clang
authorKeith Wiles <keith.wiles@windriver.com>
Sun, 5 Oct 2014 06:16:22 +0000 (01:16 -0500)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Oct 2014 18:02:34 +0000 (20:02 +0200)
commit0e539d1f9b5c8e8c3102a07cd672aa7d48a444a5
treee85faddc77f9e34f09072a6e51ba8232a89669e5
parentb1a3e0f773db45007717027d03d08fd41818b816
mempool: fix build with debug enabled and clang

When enabling RTE_LIBRTE_MEMPOOL_DEBUG and compiling with clang
compiler an error occurs, because ifdefed code includes push/pop pragmas.

Signed-off-by: Keith Wiles <keith.wiles@windriver.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_mempool/rte_mempool.h