Silence couple warnings of possibly uninitialized vars
This commit is contained in:
@@ -3429,8 +3429,8 @@ ch2spkeys(char c, int start, int end)
|
|||||||
void
|
void
|
||||||
rhack(char *cmd)
|
rhack(char *cmd)
|
||||||
{
|
{
|
||||||
int spkey;
|
int spkey = NHKF_ESC;
|
||||||
boolean prefix_seen, bad_command,
|
boolean prefix_seen = FALSE, bad_command,
|
||||||
firsttime = (cmd == 0);
|
firsttime = (cmd == 0);
|
||||||
struct _cmd_queue *cmdq = NULL;
|
struct _cmd_queue *cmdq = NULL;
|
||||||
const struct ext_func_tab *cmdq_ec = NULL;
|
const struct ext_func_tab *cmdq_ec = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user