1
1

Minor corrections to suppress gcc warnings

Этот коммит содержится в:
Pavel Roskin 1998-09-18 18:24:01 +00:00
родитель 58f09ff469
Коммит 0576cae2ca
2 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

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