Minor corrections to suppress gcc warnings

This commit is contained in:
Pavel Roskin 1998-09-18 18:24:01 +00:00
parent 58f09ff469
commit 0576cae2ca
2 changed files with 0 additions and 5 deletions

View File

@ -80,9 +80,6 @@ static int user_hotkey = 'u';
static int display_callback (struct Dlg_head *h, int id, int Msg)
{
#ifndef HAVE_X
char *text;
WInput *input;
switch (Msg){
case DLG_DRAW:
attrset (COLOR_NORMAL);
@ -617,7 +614,6 @@ extern int ftpfs_always_use_proxy;
#if defined(USE_NETCODE)
extern char *ftpfs_anonymous_passwd;
extern char *ftpfs_proxy_host;
extern ftpfs_directory_timeout;
extern int use_netrc;
#endif

View File

@ -2639,7 +2639,6 @@ files_error (char *format, char *file1, char *file2)
return do_file_error (cmd_buf);
}
static char *format = N_("Target file \"%s\" already exists!");
static int
replace_callback (struct Dlg_head *h, int Id, int Msg)
{