diff snow.c @ 4409:1907b07173cf libavcodec

Silence GCC when incorrectly complaining that the "line" variable could be used without having been initialized.
author takis
date Thu, 25 Jan 2007 15:23:22 +0000
parents c3be13eac2d6
children d3e389536b0a
line wrap: on
line diff
--- a/snow.c	Thu Jan 25 09:54:22 2007 +0000
+++ b/snow.c	Thu Jan 25 15:23:22 2007 +0000
@@ -3547,7 +3547,7 @@
 
 //    START_TIMER
 
-    DWTELEM * line;
+    DWTELEM * line=0; // silence silly "could be used without having been initialized" warning
     DWTELEM * prev;
 
     if (start_y != 0)