guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-1.8.1 - problems on AMD64


From: Neil Jerram
Subject: Re: guile-1.8.1 - problems on AMD64
Date: Sat, 14 Oct 2006 14:13:38 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

address@hidden (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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]