summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-08 22:39:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-08 22:39:36 +0000
commitbc39c8cf4398ef1ea5f8a31bd84b46916ec71e1b (patch)
tree85c042c1970ad07cdc8b4539fb03f9449115ba6e /apps
parentdb44dadcab7bea9f85137ebe19a2985b9fad9a29 (diff)
downloadrockbox-bc39c8cf4398ef1ea5f8a31bd84b46916ec71e1b.tar.gz
rockbox-bc39c8cf4398ef1ea5f8a31bd84b46916ec71e1b.zip
kill a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6170 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libwavpack/wputils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libwavpack/wputils.c b/apps/codecs/libwavpack/wputils.c
index 4caa77c841..1b8fae0e67 100644
--- a/apps/codecs/libwavpack/wputils.c
+++ b/apps/codecs/libwavpack/wputils.c
@@ -49,6 +49,7 @@ WavpackContext *WavpackOpenFileInput (read_stream infile, char *error)
49{ 49{
50 WavpackStream *wps = &wpc.stream; 50 WavpackStream *wps = &wpc.stream;
51 ulong bcount; 51 ulong bcount;
52 (void)error;
52 53
53 CLEAR (wpc); 54 CLEAR (wpc);
54 wpc.infile = infile; 55 wpc.infile = infile;