numam-dpdk/lib/librte_timer
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
..
Makefile mk: add library version extension 2015-02-03 16:56:58 +01:00
rte_timer_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_timer.c timer: fix corruption with reset 2016-07-25 17:55:12 +02:00
rte_timer.h lib: work around unnamed structs/unions 2016-09-13 15:35:28 +02:00