]> git.sesse.net Git - ffmpeg/commitdiff
1l: put that int i back
authorMåns Rullgård <mans@mansr.com>
Sun, 2 Jul 2006 20:20:28 +0000 (20:20 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 2 Jul 2006 20:20:28 +0000 (20:20 +0000)
Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/md5.c

index 330f318998290a3f255be9c9ac6acfe97e85dc29..844bcb0e8034eb43d62c46701dbab11ce690d6a3 100644 (file)
@@ -71,6 +71,7 @@ static const uint32_t T[64] = {
 
 static void body(uint32_t ABCD[4], const uint32_t X[16]){
     int t;
+    int i attribute_unused;
     unsigned int a= ABCD[3];
     unsigned int b= ABCD[2];
     unsigned int c= ABCD[1];