Charles Campbell wrote:

> I just upgraded from patch level 841 to 854 -- and got two warnings. 
> I've provided a trivial patch for the eval.c one and, as the misc
> 
> * eval.c|4412 error| 'i' undeclared (first use in this function)

It is declared in line 4384 for me.  Did you skip some patches?

> * misc2.c|6265 warning| ignoring return value of 'fwrite', declared with
> attribute warn_unused_result
> 
> I've "fixed" the latter warning by
>    size_t throwaway;
>   ...
>   throwaway= fwrite(...
> 
> but I'm not sure that that approach is best (undoubtedly some compiler
> will complain of an unused variable).

Is this in put_time()?  For me it reads like this:

    (void)fwrite(buf, (size_t)8, (size_t)1, fd);

-- 
How come wrong numbers are never busy?

 /// 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/d/optout.

Raspunde prin e-mail lui