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
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