gcc compilation warning bits

This commit is contained in:
cohrs
2007-02-10 17:37:17 +00:00
parent 10e24ceeae
commit 33fde404e7
3 changed files with 6 additions and 2 deletions

View File

@@ -591,7 +591,9 @@ boolean init;
static boolean doneinit = FALSE;
register struct WinDesc *cw = wins[WIN_MESSAGE];
char *retstr = (char *)0;
#ifdef UNICODE_WIDEWINPORT
static char buf[BUFSZ];
#endif
if (!cw) return (char *)0; /* bail */
/*

View File

@@ -197,7 +197,9 @@ STATIC_DCL tty_menu_item *FDECL(reverse, (tty_menu_item *));
STATIC_DCL const char * FDECL(compress_str, (const char *));
STATIC_DCL void FDECL(tty_putsym, (winid, int, int, NHWCHAR_P));
static char *FDECL(copy_of, (const char *));
#ifdef UNICODE_WIDEWINPORT
static nhwchar *FDECL(nhwchar_copy_of, (const nhwchar *));
#endif
STATIC_DCL void FDECL(bail, (const char *)); /* __attribute__((noreturn)) */
/*