From: Stefan E. <se...@us...> - 2001-10-29 11:48:16
|
Update of /cvsroot/blob/blob/src/blob In directory usw-pr-cvs1:/tmp/cvs-serv10247 Modified Files: main.c Log Message: - removed warning when not using param blocks Index: main.c =================================================================== RCS file: /cvsroot/blob/blob/src/blob/main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- main.c 2001/10/28 20:30:15 1.6 +++ main.c 2001/10/29 11:48:13 1.7 @@ -75,7 +75,9 @@ char commandline[MAX_COMMANDLINE_LENGTH]; int i; int retval = 0; +#ifdef PARAM_START u32 conf; +#endif /* call subsystems */ init_subsystems(); |