[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-30 Thread Ferruh Yigit
On 9/20/2016 7:17 PM, Adrien Mazarguil wrote: > On Tue, Sep 20, 2016 at 04:58:48PM +0100, Bruce Richardson wrote: >> On Tue, Sep 20, 2016 at 02:51:27PM +0200, Adrien Mazarguil wrote: >>> On Mon, Sep 19, 2016 at 04:26:05PM +0100, Bruce Richardson wrote: On Mon, Sep 19, 2016 at 04:59:59PM +0200,

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-21 Thread Bruce Richardson
On Tue, Sep 20, 2016 at 02:51:27PM +0200, Adrien Mazarguil wrote: > On Mon, Sep 19, 2016 at 04:26:05PM +0100, Bruce Richardson wrote: > > On Mon, Sep 19, 2016 at 04:59:59PM +0200, Adrien Mazarguil wrote: > > > Hi Bruce, > > > > > > On Mon, Sep 19, 2016 at 03:36:54PM +0100, Bruce Richardson wrote:

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-21 Thread Panu Matilainen
- Original Message - > On Tue, Sep 20, 2016 at 02:51:27PM +0200, Adrien Mazarguil wrote: > > On Mon, Sep 19, 2016 at 04:26:05PM +0100, Bruce Richardson wrote: > > > On Mon, Sep 19, 2016 at 04:59:59PM +0200, Adrien Mazarguil wrote: > > > > Hi Bruce, > > > > > > > > On Mon, Sep 19, 2016 at 0

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-20 Thread Adrien Mazarguil
On Tue, Sep 20, 2016 at 04:58:48PM +0100, Bruce Richardson wrote: > On Tue, Sep 20, 2016 at 02:51:27PM +0200, Adrien Mazarguil wrote: > > On Mon, Sep 19, 2016 at 04:26:05PM +0100, Bruce Richardson wrote: > > > On Mon, Sep 19, 2016 at 04:59:59PM +0200, Adrien Mazarguil wrote: > > > > Hi Bruce, > > >

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-20 Thread Bruce Richardson
On Tue, Sep 20, 2016 at 02:51:27PM +0200, Adrien Mazarguil wrote: > On Mon, Sep 19, 2016 at 04:26:05PM +0100, Bruce Richardson wrote: > > On Mon, Sep 19, 2016 at 04:59:59PM +0200, Adrien Mazarguil wrote: > > > Hi Bruce, > > > > > > On Mon, Sep 19, 2016 at 03:36:54PM +0100, Bruce Richardson wrote:

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-20 Thread Adrien Mazarguil
On Mon, Sep 19, 2016 at 04:26:05PM +0100, Bruce Richardson wrote: > On Mon, Sep 19, 2016 at 04:59:59PM +0200, Adrien Mazarguil wrote: > > Hi Bruce, > > > > On Mon, Sep 19, 2016 at 03:36:54PM +0100, Bruce Richardson wrote: > > > With recent gcc versions, e.g. gcc 6.1, compilation of mlx drivers wit

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-19 Thread Adrien Mazarguil
Hi Bruce, On Mon, Sep 19, 2016 at 03:36:54PM +0100, Bruce Richardson wrote: > With recent gcc versions, e.g. gcc 6.1, compilation of mlx drivers with > debug enabled produces lots of errors complaining that "pedantic" is > not a warning level that can be ignored. > > error: ?-pedantic? is not an

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-19 Thread Bruce Richardson
On Mon, Sep 19, 2016 at 04:59:59PM +0200, Adrien Mazarguil wrote: > Hi Bruce, > > On Mon, Sep 19, 2016 at 03:36:54PM +0100, Bruce Richardson wrote: > > With recent gcc versions, e.g. gcc 6.1, compilation of mlx drivers with > > debug enabled produces lots of errors complaining that "pedantic" is >

[dpdk-dev] [PATCH] net/mlx: fix compile errors with ignore pedantic pragma

2016-09-19 Thread Bruce Richardson
With recent gcc versions, e.g. gcc 6.1, compilation of mlx drivers with debug enabled produces lots of errors complaining that "pedantic" is not a warning level that can be ignored. error: ?-pedantic? is not an option that controls warnings [-Werror=pragmas] #pragma GCC diagnostic ignored "-pedan