-----Original Message----- > Date: Wed, 26 Apr 2017 14:07:10 +0200 > From: Adrien Mazarguil <[email protected]> > To: [email protected] > Cc: Jerin Jacob <[email protected]>, "De Lara Guarch, Pablo" > <[email protected]> > Subject: [PATCH v3 02/14] eventdev: fix errors with strict compilation flags > X-Mailer: git-send-email 2.1.4 > > Exported headers must allow compilation with the strictest flags. This > commit addresses the following errors: > > In file included from build/include/rte_eventdev_pmd.h:55:0, > from /tmp/check-includes.sh.25816.c:1: > build/include/rte_eventdev.h:908:8: error: struct has no named members > [-Werror=pedantic] > [...] > In file included from /tmp/check-includes.sh.25816.c:1:0: > build/include/rte_eventdev_pmd.h:65:35: error: ISO C does not permit named > variadic macros [-Werror=variadic-macros] > [...] > > Fixes: 71f238432865 ("eventdev: introduce event driven programming model") > Fixes: 4f0804bbdfb9 ("eventdev: implement the northbound APIs") > > Cc: Jerin Jacob <[email protected]> > Cc: "De Lara Guarch, Pablo" <[email protected]> > Signed-off-by: Adrien Mazarguil <[email protected]>
Acked-by: Jerin Jacob <[email protected]>

