Patch 9.0.0763
Problem: MS-Windows: warning for using int for size_t.
Solution: Declare variable as size_t.
Files: src/time.c
*** ../vim-9.0.0762/src/time.c 2022-10-12 13:30:21.774239575 +0100
--- src/time.c 2022-10-15 16:27:39.514611047 +0100
***************
*** 1123,1129 ****
#ifdef HAVE_STRFTIME
struct tm tmval;
struct tm *curtime;
! int n;
if (vim_time() - tt >= 100)
{
--- 1123,1129 ----
#ifdef HAVE_STRFTIME
struct tm tmval;
struct tm *curtime;
! size_t n;
if (vim_time() - tt >= 100)
{
*** ../vim-9.0.0762/src/version.c 2022-10-15 16:25:23.982973900 +0100
--- src/version.c 2022-10-15 16:28:49.734427221 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 763,
/**/
--
Shaw's Principle: Build a system that even a fool can use, and
only a fool will want to use it.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221015152938.8AA041C05ED%40moolenaar.net.