diff src/wma/libffwma/futils.c @ 1190:ed2d7787779e trunk

more warning elimination.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 21 Jun 2007 17:33:00 +0900
parents 46476de8fc64
children 12c81b5d31f9
line wrap: on
line diff
--- a/src/wma/libffwma/futils.c	Wed Jun 20 22:27:48 2007 +0300
+++ b/src/wma/libffwma/futils.c	Thu Jun 21 17:33:00 2007 +0900
@@ -1560,7 +1560,7 @@
  */
 void av_close_input_vfsfile(AVFormatContext *s)
 {
-    int i, must_open_file;
+    int i;
     AVStream *st;
 
     /* free previous packet */