[EMAIL PROTECTED] (Ludovic Courtès) writes:

> As for this:
>
>   async.c: In function 'scm_i_queue_async_cell':
>   async.c:250: warning: ignoring return value of 'write', declared with 
> attribute warn_unused_result
>
> I don't really understand what this code does, but I have the feeling
> that line 250 could be rewritten this way:
>
>   SCM_SYSCALL ((void)write (sleep_fd, &dummy, 1));
>
> Can somebody familiar with this comment?

Agreed.  Stanislav, can you try this and confirm whether it removes
the warning you are getting?

Regards,
     Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to