Re: 3.2 Compile problems with gcc 4.0

2005-08-11 Thread Gregory (Grisha) Trubetskoy
On Wed, 10 Aug 2005, Jim Gallacher wrote: Compilation fails with the following: requestobject.c: In function 'request_tp_dealloc': requestobject.c:1482: warning: implicit declaration of function 'request_tp_clear' This looks like a bug - I guess GCC 3 defaulted to static for implicitely d

Re: 3.2 Compile problems with gcc 4.0

2005-08-11 Thread Gregory (Grisha) Trubetskoy
On Thu, 11 Aug 2005, Gregory (Grisha) Trubetskoy wrote: On Wed, 10 Aug 2005, Jim Gallacher wrote: It's easy enough to fix (and I will) by adding a function prototype What you probably mean to say is that they do not have forward declarations Having googled this a bit, "function prototyp