提交 04fa4cb7 编写于 作者: R Ralf S. Engelschall

Make gcc -Wall happy ("might be used uninitialized...")

上级 a43aa73e
......@@ -191,7 +191,7 @@ int main()
unsigned char ptext_ex[] = "\x54\x85\x9b\x34\x2c\x49\xea\x2a";
unsigned char ctext_ex[256];
int plen;
int clen;
int clen = 0;
int num;
plen = sizeof(ptext_ex) - 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册