kill a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6170 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db44dadcab
commit
bc39c8cf43
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ WavpackContext *WavpackOpenFileInput (read_stream infile, char *error)
|
|||
{
|
||||
WavpackStream *wps = &wpc.stream;
|
||||
ulong bcount;
|
||||
(void)error;
|
||||
|
||||
CLEAR (wpc);
|
||||
wpc.infile = infile;
|
||||
|
|
Loading…
Reference in a new issue