numam-dpdk/lib/librte_eal
Adrien Mazarguil 517b89b090 lib: work around large enum values
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.

This commit prevents the following errors:

 error: ISO C restricts enumerator values to range of `int'

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
2016-09-13 15:35:28 +02:00
..
bsdapp contigmem: zero all pages during mmap 2016-08-22 22:59:05 +02:00
common lib: work around large enum values 2016-09-13 15:35:28 +02:00
linuxapp kni: fix module init/exit 2016-09-09 16:30:37 +02:00
Makefile config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00