]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix two gcc warnings on MAC OS.
authorAndre Noll <maan@systemlinux.org>
Mon, 7 Dec 2009 17:43:26 +0000 (18:43 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 7 Dec 2009 17:43:26 +0000 (18:43 +0100)
commitc553c9e0439eac2e0e03c9e948698e192ef63234
tree16d6c2467a4e553e734f056ab33f8f0d414335be
parent7784b9e58a981a9cba75a25299f609ff5777aaa4
Fix two gcc warnings on MAC OS.

This fixes:

wma_common.c:41: warning: format '%zd' expects type 'signed size_t', but argument 5 has type 'int'
wma_common.c:59: warning: format '%0zx' expects type 'size_t', but argument 4 has type 'int'
wma_common.c