Re: [PHP-DEV] Re: Win32 compile warnings

2002-03-15 Thread Yasuo Ohgaki
Derick Rethans wrote: > Hello, > > The _macro_ is redifined here, that has nothing to do with asert() which > works perfectly with VC++. My guess is that NDEBUG is defined by either > VC++ itself, or by another module in the PHP source. > > Derick I've posted possible fix for VC warning to ph

Re: [PHP-DEV] Re: Win32 compile warnings

2002-03-14 Thread Derick Rethans
Hello, The _macro_ is redifined here, that has nothing to do with asert() which works perfectly with VC++. My guess is that NDEBUG is defined by either VC++ itself, or by another module in the PHP source. Derick On Fri, 15 Mar 2002, Yasuo Ohgaki wrote: > Sebastian Bergmann wrote: > > As of

[PHP-DEV] Re: Win32 compile warnings

2002-03-14 Thread Yasuo Ohgaki
Sebastian Bergmann wrote: > As of yesterday, I get a lot of these > > main\php.h(70): warning C4005: 'NDEBUG': Macro redefined > > It seems VC does not support assert() macro as UNIX does... I changed it UNIX only for now. -- Yasuo Ohgaki [EMAIL PROTECTED] -- PHP Development Mailing