projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26b8913
)
1l: put that int i back
author
Måns Rullgård
<mans@mansr.com>
Sun, 2 Jul 2006 20:20:28 +0000
(20:20 +0000)
committer
Må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
patch
|
blob
|
history
diff --git
a/libavutil/md5.c
b/libavutil/md5.c
index
330f318
..
844bcb0
100644
(file)
--- a/
libavutil/md5.c
+++ b/
libavutil/md5.c
@@
-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];