During compile php4ts for Win32 (Windows 2000 Pro, VC++ 6.0), I got the
following output:

...
user_streams.c
D:\Daten\CVS\php4\main\user_streams.c(630) : warning C4244: '=' :
Konvertierung
von 'long ' in 'unsigned short ', moeglicher Datenverlust
D:\Daten\CVS\php4\main\user_streams.c(631) : warning C4244: '=' :
Konvertierung
von 'long ' in 'unsigned short ', moeglicher Datenverlust
D:\Daten\CVS\php4\main\user_streams.c(632) : warning C4244: '=' :
Konvertierung
von 'long ' in 'short ', moeglicher Datenverlust
D:\Daten\CVS\php4\main\user_streams.c(633) : warning C4244: '=' :
Konvertierung
von 'long ' in 'short ', moeglicher Datenverlust
D:\Daten\CVS\php4\main\user_streams.c(634) : warning C4244: '=' :
Konvertierung
von 'long ' in 'short ', moeglicher Datenverlust
...

I've used sources from cvs.php.net (2.10.2002 evening). If you need more
informations, please ask.

Regards, Kai



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to