forked from Imagelibrary/rtems
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* bin2boot.c: Fix uninitialized variable warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* bin2boot.c: Fix uninitialized variable warning.
|
||||
|
||||
2008-07-29 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* configure.ac: Add CFLAGS to workaround building errors on
|
||||
|
||||
@@ -41,6 +41,9 @@ int main(int argc, char* argv[])
|
||||
int size1, size2, len1, len2, len, imageCnt, cnt;
|
||||
char *ofile, *ifile, *end;
|
||||
|
||||
len2 = 0; /* avoid warning */
|
||||
size2 = 0; /* avoid warning */
|
||||
addr2 = 0; /* avoid warning */
|
||||
verbose = 0;
|
||||
|
||||
/* parse command line options */
|
||||
|
||||
Reference in New Issue
Block a user