Make a few warnings go away.
This commit is contained in:
@@ -31,12 +31,12 @@ char *defconfig_file;
|
||||
static int indent = 1;
|
||||
static int valid_stdin = 1;
|
||||
static int conf_cnt;
|
||||
static signed char line[128];
|
||||
static char line[128];
|
||||
static struct menu *rootEntry;
|
||||
|
||||
static char nohelp_text[] = "Sorry, no help available for this option yet.\n";
|
||||
|
||||
static void strip(signed char *str)
|
||||
static void strip(char *str)
|
||||
{
|
||||
signed char *p = str;
|
||||
int l;
|
||||
|
Reference in New Issue
Block a user