bug-guile
[Top][All Lists]
Advanced

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

Re: 1.7.2: scmsigs.c,signal_delivery_thread


From: Kevin Ryde
Subject: Re: 1.7.2: scmsigs.c,signal_delivery_thread
Date: Sat, 07 May 2005 11:49:08 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Werner Scheinast <address@hidden> writes:
>
> -Wall

Did you add that?  It's probably not a good idea.

> scmsigs.c: In function `signal_delivery_thread':
> scmsigs.c:152: warning: no return statement in function returning non-void

I don't think that function ever returns, gcc probably shouldn't
complain about such cases.

I guess it could be void, but the function pointer is used in a spot
where the prototype should be an SCM return.




reply via email to

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