]> git.alsa-project.org Git - alsa-tools.git/commitdiff
Fix compile warnings
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Nov 2005 18:14:14 +0000 (18:14 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Nov 2005 18:14:14 +0000 (18:14 +0000)
Fix compile warnings with the recent gcc.

ac3dec/libac3/bitstream.h

index 2b4dfc55d1fc2d34ffb4ac74a7ee5aca7ed955a7..5e0d8f0bd7d224fd76456223fd0a837cb8404a58 100644 (file)
@@ -32,7 +32,7 @@
 #      if defined (__i386__)
 
 #      define swab32(x) __i386_swab32(x)
-       static inline const uint_32 __i386_swab32(uint_32 x)
+       static inline uint_32 __i386_swab32(uint_32 x)
        {
                __asm__("bswap %0" : "=r" (x) : "0" (x));
                return x;