mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Fix warnings in rbutil. FS#6865 thanx to GodEater
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12860 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
571d3245f7
commit
151a67253c
5 changed files with 9 additions and 12 deletions
|
|
@ -415,8 +415,6 @@ int iriver_encode(wxString infile_name, wxString outfile_name, unsigned int modi
|
|||
unsigned char * pChecksums, * ppChecksums;
|
||||
unsigned char ck;
|
||||
|
||||
enum striptype stripmode = STRIP_NONE;
|
||||
|
||||
if(!infile.Open(infile_name,wxFile::read))
|
||||
{
|
||||
err.Printf(wxT("Could not open: %s"),infile_name.c_str());
|
||||
|
|
@ -545,7 +543,6 @@ bool PatchFirmware(wxString firmware,wxString bootloader,int series, int table_e
|
|||
wxString name1, name2, name3;
|
||||
|
||||
char md5sum_str[32];
|
||||
int i;
|
||||
struct sumpairs *sums;
|
||||
int origin;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue