so you won't get random failures running menuselect.
Detected by -Wall -Werror
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26346
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
}
}
+ return 0; /* all good... */
}
/* \brief Set the forced default values if they exist */
if (force_clean)
unlink(".lastclean");
+ fprintf(stderr, "\nmenuselect about to exit with res %d\n", res);
exit(res);
}
int j = 0;
struct member *mem;
char buf[64];
- char *desc = NULL;
+ const char *desc = NULL;
wclear(menu);