gcc 3.0 warnings

This commit is contained in:
albert
2002-10-12 04:25:57 +00:00
parent f86b39f44e
commit 81a4a3d281
18 changed files with 60 additions and 61 deletions

View File

@@ -112,7 +112,7 @@ static const char dash[] = "-";
/* These mostly rely on POSIX to make them zero. */
static const symb hashtable[256];
static symb hashtable[256];
static char *sysmap_data;
static unsigned sysmap_room;
@@ -123,7 +123,7 @@ static char *ksyms_data;
static unsigned ksyms_room = 4096;
static symb *ksyms_index;
static unsigned ksyms_count;
static int idx_room;
static unsigned idx_room;
/*********************************/