diff nut.c @ 683:095009fc2f35 libavformat

kill warnings patch by (M?ns Rullg?rd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents decfffe703bc
children 2f5f4578a076
line wrap: on
line diff
--- a/nut.c	Thu Feb 24 15:18:02 2005 +0000
+++ b/nut.c	Thu Feb 24 19:08:50 2005 +0000
@@ -1051,7 +1051,7 @@
         }
         
         if(!strcmp(type, "v")){
-            int value= get_v(bc);
+            get_v(bc);
         }else{
             if(!strcmp(name, "Author"))
                 get_str(bc, s->author, sizeof(s->author));