Hello!
Got two warnings:
regexp.c: In function ‘match_follows’:
regexp_nfa.c|3814 warning| will never be executed
ui.c: In function ‘clip_gen_owner_exists’:
ui.c|1471 warning| will never be executed
Two nearly trivial patches attached.
Regards,
Chip Campbell
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
*** regexp_nfa.c.keep 2013-07-13 09:42:38.198188517 -0400
--- regexp_nfa.c 2013-07-13 09:42:51.080626440 -0400
***************
*** 3811,3817 ****
}
state = state->out;
}
- return FALSE;
}
--- 3811,3816 ----
*** ui.c.keep 2013-07-13 09:42:44.280227934 -0400
--- ui.c 2013-07-13 09:43:04.640402945 -0400
***************
*** 1468,1474 ****
# endif
return clip_x11_owner_exists(cbd);
#endif
- return TRUE;
}
#endif /* FEAT_CLIPBOARD */
--- 1468,1473 ----