Make FLAC__clz_soft_uint32 static.
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 28 Aug 2012 09:58:39 +0000 (11:58 +0200)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Tue, 28 Aug 2012 11:17:12 +0000 (21:17 +1000)
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
src/libFLAC/include/private/bitmath.h

index 61b0e03..d32b1a7 100644 (file)
@@ -42,7 +42,7 @@
 #endif
 
 /* Will never be emitted for MSVC, GCC, Intel compilers */
-inline unsigned int FLAC__clz_soft_uint32(unsigned int word)
+static inline unsigned int FLAC__clz_soft_uint32(unsigned int word)
 {
     static const unsigned char byte_to_unary_table[] = {
     8, 7, 6, 6, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4,