fix warnings

This commit is contained in:
Zhi Guan
2019-08-13 16:56:23 +08:00
parent a64ac54993
commit cbf7cbb40d
13 changed files with 5155 additions and 5673 deletions

View File

@@ -113,7 +113,7 @@ int sdf_main(int argc, char **argv)
char *lib = NULL, *vendor = NULL;
unsigned char *buf = NULL;
unsigned int ulen;
int len, key_idx;
int len, key_idx = -1;
OPTION_CHOICE o;
int op = OP_NONE;
void *hDev = NULL;