fix warnings; put CFLAGS on lib link command

This commit is contained in:
albert
2004-09-23 13:41:33 +00:00
parent 3353f0f8fe
commit 0586dc8b6d
6 changed files with 26 additions and 10 deletions

View File

@@ -105,8 +105,8 @@
*/
typedef struct symb {
const char *name;
unsigned KLONG addr;
const char *name;
} symb;
/* These mostly rely on POSIX to make them zero. */