提交 7a845019 编写于 作者: D Diego Biurrun

Avoid unused variable warning when compiling DES test program.

Originally committed as revision 16715 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 dce25564
......@@ -291,7 +291,10 @@ static uint64_t rand64(void) {
}
int main(void) {
int i, j;
int i;
#ifdef GENTABLES
int j;
#endif
struct timeval tv;
uint64_t key;
uint64_t data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册