Re: [lng-odp] [PATCH] linux-generic: include netmap headers with -isystem

2015-12-17 Thread Maxim Uvarov
Merged, Maxim. On 12/17/2015 03:31, Bill Fischofer wrote: On Tue, Dec 15, 2015 at 5:18 AM, Stuart Haslam mailto:stuart.has...@linaro.org>> wrote: The netmap header file has some dubious casts that generate errors when -Wcast-qual is enabled. Include it as a system header so that

Re: [lng-odp] [PATCH] linux-generic: include netmap headers with -isystem

2015-12-16 Thread Bill Fischofer
On Tue, Dec 15, 2015 at 5:18 AM, Stuart Haslam wrote: > The netmap header file has some dubious casts that generate errors when > -Wcast-qual is enabled. Include it as a system header so that the > compiler ignores those errors without having to ignore errors in our own > source files. > > Signed

[lng-odp] [PATCH] linux-generic: include netmap headers with -isystem

2015-12-15 Thread Stuart Haslam
The netmap header file has some dubious casts that generate errors when -Wcast-qual is enabled. Include it as a system header so that the compiler ignores those errors without having to ignore errors in our own source files. Signed-off-by: Stuart Haslam --- platform/linux-generic/m4/odp_netmap.m