Patch 7.3.1255
Problem: Clang warnings when building with Athena.
Solution: Add type casts. (Dominique Pelle)
Files: src/gui_at_fs.c
*** ../vim-7.3.1254/src/gui_at_fs.c 2010-08-15 21:57:28.000000000 +0200
--- src/gui_at_fs.c 2013-06-27 22:31:35.000000000 +0200
***************
*** 2591,2597 ****
(XtCallbackProc)SFvFloatSliderMovedCallback,
(XtPointer)(long_u)n);
XtAddCallback(selFileVScrolls[n], XtNscrollProc,
! (XtCallbackProc)SFvAreaSelectedCallback, (XtPointer)n);
selFileHScrolls[n] = XtVaCreateManagedWidget("selFileHScroll",
#ifdef FEAT_GUI_NEXTAW
--- 2591,2597 ----
(XtCallbackProc)SFvFloatSliderMovedCallback,
(XtPointer)(long_u)n);
XtAddCallback(selFileVScrolls[n], XtNscrollProc,
! (XtCallbackProc)SFvAreaSelectedCallback, (XtPointer)(long_u)n);
selFileHScrolls[n] = XtVaCreateManagedWidget("selFileHScroll",
#ifdef FEAT_GUI_NEXTAW
***************
*** 2616,2622 ****
(XtCallbackProc)SFhSliderMovedCallback,
(XtPointer)(long_u)n);
XtAddCallback(selFileHScrolls[n], XtNscrollProc,
! (XtCallbackProc)SFhAreaSelectedCallback, (XtPointer)n);
}
selFileOK = XtVaCreateManagedWidget("selFileOK",
--- 2616,2622 ----
(XtCallbackProc)SFhSliderMovedCallback,
(XtPointer)(long_u)n);
XtAddCallback(selFileHScrolls[n], XtNscrollProc,
! (XtCallbackProc)SFhAreaSelectedCallback, (XtPointer)(long_u)n);
}
selFileOK = XtVaCreateManagedWidget("selFileOK",
*** ../vim-7.3.1254/src/version.c 2013-06-27 22:29:35.000000000 +0200
--- src/version.c 2013-06-27 22:32:26.000000000 +0200
***************
*** 730,731 ****
--- 730,733 ----
{ /* Add new patch number below this line */
+ /**/
+ 1255,
/**/
--
A vacation is a period of travel during which you find that you
took twice as many clothes and half as much money as you needed.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.