Mauricio Ramos wrote:
> 
> Do I have to care about these two warnings I got from today's CVS snapshot?
> I think they are quite old...
> 
> ---------------------------------
> gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1
> -I/usr/include/libxml2 -Wall -I/usr/include/openssl -I'/usr/include/mysql'
> -o wmlscript/wsgram.o -c wmlscript/wsgram.c
> wmlscript/wsgram.y: In function `ws_yy_error':
> wmlscript/wsgram.y:724: warning: int format, long int arg (arg 4)

this one is from the yacc parser. I guess your tree is not clean, try
to 'make distclean' and then re-configure and re-make.

> ---------------------------------
> gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1
> -I/usr/include/libxml2 -Wall -I/usr/include/openssl -I'/usr/include/mysql'
> -o gwlib/charset.o -c gwlib/charset.c
> gwlib/charset.c: In function `charset_convert':
> gwlib/charset.c:494: warning: passing arg 2 of `iconv' from incompatible
> pointer type
> ---------------------------------

this one is because of iconv() integration. Anyone looked the API up
to see that conversion we need here?! If no one does this, I'll do.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to