]> git.tuebingen.mpg.de Git - paraslash.git/commit
wma: Fix two gcc warnings on Slow Leopard:
authorAndre Noll <maan@systemlinux.org>
Mon, 21 Dec 2009 10:35:43 +0000 (11:35 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 21 Dec 2009 10:35:43 +0000 (11:35 +0100)
commiteef8eae979b6acfe23eea809f4519510c7021015
tree1e46923a4d848c8884e52ab6d8a2af5732b409e9
parent63c4f3404cfb3aea943949d81b03bca14dbea559
wma: Fix two gcc warnings on Slow Leopard:

Fixes

wma_common.c: In function 'search_pattern':
wma_common.c:41: warning: format '%u' expects type 'unsigned int', but argument 5 has type 'long int'
wma_common.c: In function 'find_audio_stream_info':
wma_common.c:59: warning: format '%0x' expects type 'unsigned int', but argument 4 has type 'long int'

The cast is neccessary because the type of a pointer difference is
implementation-defined...
wma_common.c