Re: [ovs-dev] new "sparse" warning

2013-12-09 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme On Dec 7, 2013, at 10:48 AM, Ben Pfaff wrote: > Building with GCC 4.7 without __corei7: > >../lib/util.c:921:15: warning: symbol 'count_1bits_8' was not declared. > Should it be static? > > Here is one possible fix, but perhaps you prefer a different one. > > d

[ovs-dev] new "sparse" warning

2013-12-07 Thread Ben Pfaff
Building with GCC 4.7 without __corei7: ../lib/util.c:921:15: warning: symbol 'count_1bits_8' was not declared. Should it be static? Here is one possible fix, but perhaps you prefer a different one. diff --git a/lib/util.h b/lib/util.h index 7c5eacb..8d810c2 100644 --- a/lib/util.h +++ b/li