mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Add -O3 on the client's side and fix yielding warnings
This commit is contained in:
parent
6620e46b00
commit
fddf220a8b
4 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue