]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
Add -O3 on the client's side and fix yielding warnings
[proxmark3-svn] / client / cmdlf.c
index 7b87c70fbfcfc87f1991163215303b4d9848a5a2..86bb35cea8038b08b90e5f031b1d3efa86349578 100644 (file)
@@ -401,7 +401,7 @@ int CmdVchDemod(const char *Cmd)
   bits[256] = '\0';
 
   int worst = INT_MAX;
-  int worstPos;
+  int worstPos = 0;
 
   for (i = 0; i < 2048; i += 8) {
     int sum = 0;
Impressum, Datenschutz