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: Neil Jerram
Subject: Re: 1.7.2: scmsigs.c,signal_delivery_thread
Date: Mon, 09 May 2005 20:01:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420 Debian/1.7.7-2

Werner Scheinast wrote:

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

When I follow Paul's suggestion and add "__attribute__((noreturn))" before the function name (right?), it doesn't change anything.

Perhaps the mistake is somewhere else ... in my SuSE version of the gcc compiler or so ...?


Can you try adding

  return SCM_UNSPECIFIED;

to the end of the definition of signal_delivery_thread(), and see if that solves the problem?

Thanks,
        Neil




reply via email to

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