Attached patch fixes gcc 4 -Wall warnings.

New patches:

[fix gcc4 warnings under -Wall
[EMAIL PROTECTED] {
hunk ./libsofia-sip-ua/su/su_addrinfo.c 935
-  return gai_strerror(errcode);
+       return (char const *)gai_strerror(errcode);
hunk ./libsofia-sip-ua/tport/tport_type_udp.c 257
-    SU_DEBUG_1(("%s(%p): runt of %u bytes\n", "tport_recv_dgram", self, n));
+    SU_DEBUG_1(("%s(%p): runt of "MOD_ZD" bytes\n", "tport_recv_dgram", self, 
n));
}

Context:

[configure.ac, RELEASE, Doxyfile.aliases: prepare for next release.
[EMAIL PROTECTED] 
[TAG rel-sofia-sip-1_12_2-2
[EMAIL PROTECTED] 
Patch bundle hash:
500e6b635b3ead2c15cc1cac6dea370d3dab8e77
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to