Werner Scheinast <[EMAIL PROTECTED]> 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.


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to