numam-dpdk/lib/librte_eal
Adrien Mazarguil 79d6f5fc58 lib: work around unnamed structs/unions
Exported header files used by applications should allow the strictest
compiler flags. Language extensions used in many places must be explicitly
marked to avoid warnings and compilation failures.

Unnamed structs/unions are allowed since C11, however many compiler
versions do not use this mode by default.

This commit prevents the following errors:

 error: ISO C99 doesn't support unnamed structs/unions
 error: struct has no named members

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 unnamed structs/unions 2016-09-13 15:35:28 +02:00
linuxapp lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00
Makefile config: remove EAL flags for OS environment 2016-03-05 11:09:31 +01:00