mirror of https://github.com/MidnightCommander/mc
Changes for avoid compiler warnings
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
08e9759283
commit
0ef9273598
|
@ -41,6 +41,8 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "lib/global.h"
|
||||
#include "lib/strutil.h"
|
||||
#include "lib/util.h"
|
||||
#include "lib/widget.h" /* message() */
|
||||
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
@ -54,7 +56,7 @@
|
|||
conflicts with definitions in other includes */
|
||||
#undef HAVE_LIBREADLINE
|
||||
#define NO_CONFIG_H
|
||||
#undef VERSION
|
||||
#undef VERSION
|
||||
|
||||
#include "samba/include/includes.h"
|
||||
|
||||
|
|
|
@ -1138,12 +1138,6 @@ vfs_smb_get_authinfo (const char *host, const char *share, const char *domain, c
|
|||
Dlg_head *auth_dlg;
|
||||
struct smb_authinfo *return_value = NULL;
|
||||
|
||||
const int input_colors[3] = {
|
||||
INPUT_COLOR,
|
||||
INPUT_UNCHANGED_COLOR,
|
||||
INPUT_MARK_COLOR
|
||||
};
|
||||
|
||||
#ifdef ENABLE_NLS
|
||||
static int i18n_flag = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue