mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Make FLAC__clz_soft_uint32 static.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
12022d90dd
commit
d69e807e10
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user