mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
1l: put that int i back
Originally committed as revision 5587 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
26b891356c
commit
d10fda8ee2
@ -71,6 +71,7 @@ static const uint32_t T[64] = {
|
|||||||
|
|
||||||
static void body(uint32_t ABCD[4], const uint32_t X[16]){
|
static void body(uint32_t ABCD[4], const uint32_t X[16]){
|
||||||
int t;
|
int t;
|
||||||
|
int i attribute_unused;
|
||||||
unsigned int a= ABCD[3];
|
unsigned int a= ABCD[3];
|
||||||
unsigned int b= ABCD[2];
|
unsigned int b= ABCD[2];
|
||||||
unsigned int c= ABCD[1];
|
unsigned int c= ABCD[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user