提交 95fdc5ee 编写于 作者: B Ben Laurie

Fix (spurious) warnings.

上级 5fe2085b
...@@ -266,7 +266,7 @@ int MAIN(int argc, char **argv) ...@@ -266,7 +266,7 @@ int MAIN(int argc, char **argv)
#undef BSIZE #undef BSIZE
#define BSIZE 256 #define BSIZE 256
MS_STATIC char buf[3][BSIZE]; MS_STATIC char buf[3][BSIZE];
char *randfile; char *randfile=NULL;
#ifdef EFENCE #ifdef EFENCE
EF_PROTECT_FREE=1; EF_PROTECT_FREE=1;
......
...@@ -89,7 +89,8 @@ static void MS_CALLBACK cb(int p, int n, void *arg); ...@@ -89,7 +89,8 @@ static void MS_CALLBACK cb(int p, int n, void *arg);
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
DH *a,*b; DH *a;
DH *b=NULL;
char buf[12]; char buf[12];
unsigned char *abuf=NULL,*bbuf=NULL; unsigned char *abuf=NULL,*bbuf=NULL;
int i,alen,blen,aout,bout,ret=1; int i,alen,blen,aout,bout,ret=1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册