mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -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
|
@ -90,7 +90,7 @@ int CmdHF15Demod(const char *Cmd)
|
|||
};
|
||||
|
||||
int i, j;
|
||||
int max = 0, maxPos;
|
||||
int max = 0, maxPos = 0;
|
||||
|
||||
int skip = 4;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue