Fixed various GCC compiler warnings for the kernel.
Only main() now gives a warning about the return type (GCC wants an int).
This commit is contained in:
@@ -27,7 +27,6 @@ U16_t parmoff, parmsize; /* boot parameters offset and length */
|
||||
*/
|
||||
char params[128*sizeof(char *)]; /* boot monitor parameters */
|
||||
register char *value; /* value in key=value pair */
|
||||
unsigned mon_start;
|
||||
extern int etext, end;
|
||||
|
||||
/* Decide if mode is protected; 386 or higher implies protected mode.
|
||||
|
||||
Reference in New Issue
Block a user