Add -O3 on the client's side and fix yielding warnings

This commit is contained in:
izsh@fail0verflow.com 2010-02-21 20:01:56 +00:00
commit fddf220a8b
4 changed files with 5 additions and 5 deletions

View file

@ -534,7 +534,7 @@ int CmdManchesterDemod(const char *Cmd)
int i, j, invert= 0;
int bit;
int clock;
int lastval;
int lastval = 0;
int low = 0;
int high = 0;
int hithigh, hitlow, first;