Re: Avoid warnings in threads.c when building without threads

2016-07-24 Thread Andy Wingo
On Sun 24 Jul 2016 04:38, Eli Zaretskii writes: >> > --- libguile/null-threads.h~0 2016-01-02 13:32:40.0 +0200 >> > +++ libguile/null-threads.h2016-07-15 17:47:37.101375000 +0300 >> > @@ -43,7 +43,7 @@ >> > #define scm_i_pthread_create(t,a,f,d) (*(t)=0, (void)(f), ENOS

Re: Avoid warnings in threads.c when building without threads

2016-07-23 Thread Eli Zaretskii
> From: Andy Wingo > Cc: guile-devel@gnu.org > Date: Sat, 23 Jul 2016 22:49:03 +0200 > > On Sat 16 Jul 2016 19:12, Eli Zaretskii writes: > > > The patch to shut up these warnings is below. OK to commit? > > > > --- libguile/null-threads.h~0 2016-01-02 13:32:40.0 +0200 > > +++ lib

Re: Avoid warnings in threads.c when building without threads

2016-07-23 Thread Andy Wingo
On Sat 16 Jul 2016 19:12, Eli Zaretskii writes: > The patch to shut up these warnings is below. OK to commit? > > --- libguile/null-threads.h~0 2016-01-02 13:32:40.0 +0200 > +++ libguile/null-threads.h 2016-07-15 17:47:37.101375000 +0300 > @@ -43,7 +43,7 @@ > #define scm_i_pthread_cre

Re: Avoid warnings in threads.c when building without threads

2016-07-22 Thread Eli Zaretskii
Ping! > Date: Sat, 16 Jul 2016 20:12:22 +0300 > From: Eli Zaretskii > > CC libguile_2.0_la-threads.lo >In file included from ../libguile/threads.h:40:0, > from ../libguile/gc.h:30, > from ../libguile/_scm.h:76, > from threads.c

Avoid warnings in threads.c when building without threads

2016-07-16 Thread Eli Zaretskii
CC libguile_2.0_la-threads.lo In file included from ../libguile/threads.h:40:0, from ../libguile/gc.h:30, from ../libguile/_scm.h:76, from threads.c:28: threads.c: In function 'scm_call_with_new_thread': ../libguile/nul