2009/1/9 Della Betta Filippo <filippo.dellabe...@telecomitalia.it>:
> VS200X complaining about line 59 of file su_string.c since 'A' - 'a' is 
> negative and ucn is unsigned (actually is a warning, but project threats 
> warnings as error and therefore does not compile)
> You can change
> ucn += 'A' - 'a';
> to
> ucn -= 'a' - 'A';
> for instance..

Oh? Thanks, I'll fix it.

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to