mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
Minor corrections to suppress gcc warnings
This commit is contained in:
parent
58f09ff469
commit
0576cae2ca
@ -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
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user