Re: [Warzone-dev] More patches for warnings

2006-11-05 Thread Stefan Huehner
On Sun, Nov 05, 2006 at 12:17:42PM +0100, Dennis Schridde wrote: > Am Sonntag, 5. November 2006 05:21 schrieb [EMAIL PROTECTED]: > > On Thu, 02 Nov 2006 16:27:51 -0500 Troman <[EMAIL PROTECTED]> wrote: > > > I also forgot who it was, but the person doing the 64bit port, are > > they still around?

Re: [Warzone-dev] More patches for warnings

2006-11-05 Thread Dennis Schridde
Am Sonntag, 5. November 2006 05:21 schrieb [EMAIL PROTECTED]: > On Thu, 02 Nov 2006 16:27:51 -0500 Troman <[EMAIL PROTECTED]> wrote: > >It is a cleaner approach, but for me it is more intuitively to use > >MALLOC > >since already the name implies that malloc functionality will be > >used at > >some

Re: [Warzone-dev] More patches for warnings

2006-11-04 Thread vs2k5
On Thu, 02 Nov 2006 16:27:51 -0500 Troman <[EMAIL PROTECTED]> wrote: >It is a cleaner approach, but for me it is more intuitively to use >MALLOC >since already the name implies that malloc functionality will be >used at >some point. And these 2 new macros will not replace all occurances >of >

Re: [Warzone-dev] More patches for warnings

2006-11-03 Thread Troman
- Original Message - From: "Troman" <[EMAIL PROTECTED]> To: "Development list" Sent: Friday, November 03, 2006 10:16 PM Subject: Re: [Warzone-dev] More patches for warnings - Original Message - From: "Gerard Krol" <[EMAIL PROTECTED]

Re: [Warzone-dev] More patches for warnings

2006-11-03 Thread Troman
- Original Message - From: "Gerard Krol" <[EMAIL PROTECTED]> To: "Development list" Sent: Friday, November 03, 2006 12:21 PM Subject: Re: [Warzone-dev] More patches for warnings [...] The alternative is that I add casts to all MALLOC's that not yet h

Re: [Warzone-dev] More patches for warnings

2006-11-03 Thread Dennis Schridde
uot;Development list" > >>> Sent: Wednesday, November 01, 2006 11:50 PM > >>> Subject: Re: [Warzone-dev] More patches for warnings > >>> > >>> Am Mittwoch, 1. November 2006 23:03 schrieb Gerard Krol: > >>>> Hi, > >

Re: [Warzone-dev] More patches for warnings

2006-11-03 Thread Gerard Krol
Dennis Schridde wrote: Am Donnerstag, 2. November 2006 22:27 schrieb Troman: - Original Message - From: "Dennis Schridde" <[EMAIL PROTECTED]> To: "Development list" Sent: Wednesday, November 01, 2006 11:50 PM Subject: Re: [Warzone-dev] More patches f

Re: [Warzone-dev] More patches for warnings

2006-11-02 Thread Dennis Schridde
Am Donnerstag, 2. November 2006 22:27 schrieb Troman: > >- Original Message - > >From: "Dennis Schridde" <[EMAIL PROTECTED]> > >To: "Development list" > >Sent: Wednesday, November 01, 2006 11:50 PM > >Subject: Re: [Warzone-dev] More

Re: [Warzone-dev] More patches for warnings

2006-11-02 Thread Troman
- Original Message - From: "Dennis Schridde" <[EMAIL PROTECTED]> To: "Development list" Sent: Wednesday, November 01, 2006 11:50 PM Subject: Re: [Warzone-dev] More patches for warnings ___ Warzone-dev mailing list

Re: [Warzone-dev] More patches for warnings

2006-11-02 Thread Dennis Schridde
Am Donnerstag, 2. November 2006 10:45 schrieb Per Inge Mathisen: > On 11/1/06, Dennis Schridde <[EMAIL PROTECTED]> wrote: > > MALLOC itself is a macro around some custom wrapper around malloc... > > So perhaps we should also check if we (additionally to using this NEW > > wrapper) could drop that M

Re: Re: [Warzone-dev] More patches for warnings

2006-11-02 Thread Per Inge Mathisen
On 11/1/06, Dennis Schridde <[EMAIL PROTECTED]> wrote: MALLOC itself is a macro around some custom wrapper around malloc... So perhaps we should also check if we (additionally to using this NEW wrapper) could drop that MALLOC malloc wrapper... (I don't really know what exact functionality MALLOC

Re: [Warzone-dev] More patches for warnings

2006-11-01 Thread Dennis Schridde
Am Mittwoch, 1. November 2006 23:03 schrieb Gerard Krol: > Hi, > > This evenings work ;) > > new.patch contains the addition of two macro's, and the use of them to > replace MALLOC MALLOC itself is a macro around some custom wrapper around malloc... So perhaps we should also check if we (additional