Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot

This commit is contained in:
Marty Connor
2007-07-03 16:02:15 -04:00
parent 4bcfe7507b
commit 9b3c4e4d79
10 changed files with 7 additions and 610 deletions

View File

@@ -233,7 +233,7 @@ static const char * scancode_to_ansi_seq ( unsigned int scancode ) {
static int bios_getchar ( void ) {
uint16_t keypress;
unsigned int character;
char *ansi_seq;
const char *ansi_seq;
/* If we are mid-sequence, pass out the next byte */
if ( ( character = *ansi_input ) ) {