Re: [ovs-dev] [PATCH] ovs-numa.h: Add a missing OVS_UNUSED

2015-01-14 Thread YAMAMOTO Takashi
> On Wed, Jan 14, 2015 at 12:18:26PM +0900, YAMAMOTO Takashi wrote: >> Suppress the following warning: >> >> > cc1: warnings being treated as errors >> > In file included from ../lib/dpif.h:394:0, >> > from ../lib/netdev.c:28: >> > ../lib/ovs-numa.h: In function 'ovs_numa_dump_cor

Re: [ovs-dev] [PATCH] ovs-numa.h: Add a missing OVS_UNUSED

2015-01-13 Thread Ben Pfaff
On Wed, Jan 14, 2015 at 12:18:26PM +0900, YAMAMOTO Takashi wrote: > Suppress the following warning: > > > cc1: warnings being treated as errors > > In file included from ../lib/dpif.h:394:0, > > from ../lib/netdev.c:28: > > ../lib/ovs-numa.h: In function 'ovs_numa_dump_cores_on_nu

[ovs-dev] [PATCH] ovs-numa.h: Add a missing OVS_UNUSED

2015-01-13 Thread YAMAMOTO Takashi
Suppress the following warning: > cc1: warnings being treated as errors > In file included from ../lib/dpif.h:394:0, > from ../lib/netdev.c:28: > ../lib/ovs-numa.h: In function 'ovs_numa_dump_cores_on_numa': > ../lib/ovs-numa.h:150:33: error: unused parameter 'numa_id' The proble