forked from len0rd/rockbox
cleanup code for picky compiler warning options
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17060 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f8f1f3e811
commit
afecfe46f3
7 changed files with 54 additions and 46 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
|
@ -94,7 +95,7 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
char *infile, *bootfile, *outfile;
|
||||
int fdin, fdboot,fdout;
|
||||
int i,n;
|
||||
int n;
|
||||
int inlength,bootlength;
|
||||
uint32_t ldr;
|
||||
unsigned char* image;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue