kill a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6170 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-03-08 22:39:36 +00:00
parent db44dadcab
commit bc39c8cf43

View file

@ -49,6 +49,7 @@ WavpackContext *WavpackOpenFileInput (read_stream infile, char *error)
{
WavpackStream *wps = &wpc.stream;
ulong bcount;
(void)error;
CLEAR (wpc);
wpc.infile = infile;