[Warzone-dev] Compilation issues with r599

2007-01-05 Thread Troman
There are some variables declared not at the beginning of the block in r599 
(mem.c - memFree() ). This will break compilation with comilers that are not 
C99 conform, like MSVC.

Troman___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] Compilation issues with r599

2007-01-05 Thread The Watermelon

On 1/5/07, Troman [EMAIL PROTECTED] wrote:


 There are some variables declared not at the beginning of the block in
r599 (mem.c - memFree() ). This will break compilation with comilers that
are not C99 conform, like MSVC.

Troman



yea,mingw+GCC compiles 599 without any problems/complaints,while MSVC freak
out as soon as it tries to compile mem.c,though it only took me few minutes
to get that fixed by moving few variable declarations to the 'top' of the
function.
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] Compilation issues with r599

2007-01-05 Thread vs2k5
On Fri, 05 Jan 2007 12:20:31 -0500 Troman [EMAIL PROTECTED] wrote:
There are some variables declared not at the beginning of the 
block in r599 (mem.c - memFree() ). This will break compilation 
with comilers that are not C99 conform, like MSVC.

Troman

I was just about to post about that. :)




Concerned about your privacy? Instantly send FREE secure email, no account 
required
http://www.hushmail.com/send?l=480

Get the best prices on SSL certificates from Hushmail
https://www.hushssl.com?l=485


___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev


Re: [Warzone-dev] Compilation issues with r599

2007-01-05 Thread Giel van Schijndel
Troman schreef:
 There are some variables declared not at the beginning of the block in
 r599 (mem.c - memFree() ). This will break compilation with comilers
 that are not C99 conform, like MSVC.
fixed in r602.

-- 
Giel



signature.asc
Description: OpenPGP digital signature
___
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev