0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.0791: a few compiler warnings on VMS

Problem:    A few compiler warnings on VMS.
Solution:   Remove type cast.  Adjust #ifdef. (Zoltan Arpadffy)
This commit is contained in:
Bram Moolenaar
2019-01-22 21:45:40 +01:00
parent 57a6bf0567
commit 563bbeabcc
3 changed files with 4 additions and 2 deletions

View File

@@ -1935,7 +1935,7 @@ get_x11_windis(void)
alarm(0);
signal(SIGALRM, (RETSIGTYPE (*)())sig_save);
if (p_verbose > 0 && sig_alarm_called)
verb_msg((char_u *)_("Opening the X display timed out"));
verb_msg(_("Opening the X display timed out"));
#endif
if (x11_display != NULL)
{