diff options
| author | František Dvořák <valtri@civ.zcu.cz> | 2008-11-20 20:56:19 +0100 |
|---|---|---|
| committer | František Dvořák <valtri@civ.zcu.cz> | 2008-11-20 20:56:19 +0100 |
| commit | ea2b5508e35f5125fd65730822b30bb8895ad87d (patch) | |
| tree | e03317e974e1bf818ca50904242595fa01db25df /src/libmad/bit.c | |
| parent | 2ba1e128cbb791cfdb2829895a854bb664018912 (diff) | |
| download | xine-lib-ea2b5508e35f5125fd65730822b30bb8895ad87d.tar.gz xine-lib-ea2b5508e35f5125fd65730822b30bb8895ad87d.tar.bz2 | |
Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...
Add warning flags to the DEBUG_CFLAGS too.
Diffstat (limited to 'src/libmad/bit.c')
| -rw-r--r-- | src/libmad/bit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libmad/bit.c b/src/libmad/bit.c index 8d9571e8f..cd0fe4904 100644 --- a/src/libmad/bit.c +++ b/src/libmad/bit.c @@ -27,7 +27,8 @@ # ifdef HAVE_LIMITS_H # include <limits.h> -# else +# endif +# ifndef CHAR_BIT # define CHAR_BIT 8 # endif |
