[dpdk-dev] [PATCH v5 00/10] Fix build errors related to exported headers

2016-09-13 Thread Thomas Monjalon
2016-09-08 14:25, Adrien Mazarguil: > DPDK uses GNU C language extensions in most of its code base. This is fine > for internal source files whose compilation flags are controlled by DPDK, > however user applications that use exported "public" headers may experience > compilation failures when enab

[dpdk-dev] [PATCH v5 00/10] Fix build errors related to exported headers

2016-09-08 Thread Adrien Mazarguil
DPDK uses GNU C language extensions in most of its code base. This is fine for internal source files whose compilation flags are controlled by DPDK, however user applications that use exported "public" headers may experience compilation failures when enabling strict error/standard checks (-std and