Fix for a few -Wextra warnings.
This commit is contained in:
parent
72586eb30a
commit
43018a48c4
3 changed files with 18 additions and 14 deletions
|
|
@ -245,8 +245,10 @@ void CardReader::openFile(char* name,bool read)
|
|||
SERIAL_PROTOCOLLNPGM(".");
|
||||
return;
|
||||
}
|
||||
else
|
||||
;//SERIAL_ECHOLN("dive ok");
|
||||
else
|
||||
{
|
||||
//SERIAL_ECHOLN("dive ok");
|
||||
}
|
||||
|
||||
curDir=&myDir;
|
||||
dirname_start=dirname_end+1;
|
||||
|
|
@ -339,8 +341,10 @@ void CardReader::removeFile(char* name)
|
|||
SERIAL_PROTOCOLLNPGM(".");
|
||||
return;
|
||||
}
|
||||
else
|
||||
;//SERIAL_ECHOLN("dive ok");
|
||||
else
|
||||
{
|
||||
//SERIAL_ECHOLN("dive ok");
|
||||
}
|
||||
|
||||
curDir=&myDir;
|
||||
dirname_start=dirname_end+1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue