changeset 50:65245022a46c libavutil

1l: put that int i back
author mru
date Sun, 02 Jul 2006 20:20:28 +0000
parents 1a9c62b337e4
children c6d76c080427
files md5.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/md5.c	Sun Jul 02 19:26:22 2006 +0000
+++ b/md5.c	Sun Jul 02 20:20:28 2006 +0000
@@ -71,6 +71,7 @@
 
 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];