libX11: Changes to 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Fri Apr 23 15:57:13 PDT 2010


 include/X11/Xlibint.h      |    7 +++++++
 modules/im/ximcp/imLcIm.c  |    4 ++--
 modules/im/ximcp/imLcPrs.c |    5 -----
 modules/im/ximcp/imRm.c    |    4 ++--
 src/ConnDis.c              |   21 +++++++++------------
 src/XlibInt.c              |    4 ++++
 src/xlibi18n/lcUTF8.c      |   28 ++++++++++++++--------------
 7 files changed, 38 insertions(+), 35 deletions(-)

New commits:
commit d232b259c36fdde1f4179822809fec1480867dc5
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Tue Feb 2 17:01:28 2010 -0800

    Fix various build warnings
    
    imLcIm.c: In function '_XimCachedFileName':
    imLcIm.c:361: warning: format '%03x' expects type 'unsigned int', but argument 8 has type 'long unsigned int'
    imLcIm.c:364: warning: format '%03x' expects type 'unsigned int', but argument 8 has type 'long unsigned int'
    
    imRm.c: In function '_XimDefaultArea':
    imRm.c:597: warning: cast from pointer to integer of different size
    imRm.c: In function '_XimDefaultColormap':
    imRm.c:626: warning: cast from pointer to integer of different size
    
    lcFile.c:224: warning: no previous prototype for 'xlocaledir'
    
    lcUTF8.c: In function 'iconv_cstombs':
    lcUTF8.c:1841: warning: assignment discards qualifiers from pointer target type
    lcUTF8.c:1869: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness
    lcUTF8.c:1873: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness
    lcUTF8.c: In function 'iconv_mbstocs':
    lcUTF8.c:1935: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness
    lcUTF8.c: In function 'iconv_mbtocs':
    lcUTF8.c:2031: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness
    lcUTF8.c: In function 'iconv_mbstostr':
    lcUTF8.c:2121: warning: pointer targets in passing argument 2 of 'mbtowc' differ in signedness
    lcUTF8.c: In function 'iconv_strtombs':
    lcUTF8.c:2180: warning: pointer targets in passing argument 1 of 'wctomb' differ in signedness
    lcUTF8.c: In function '_XlcAddGB18030LocaleConverters':
    lcUTF8.c:2367: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
    lcUTF8.c:2368: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
    lcUTF8.c:2373: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
    lcUTF8.c:2374: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
    lcUTF8.c:2375: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
    lcUTF8.c:2376: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
    lcUTF8.c:2377: warning: passing argument 5 of '_XlcSetConverter' from incompatible pointer type
    
    XlibInt.c: In function '_XGetHostname':
    XlibInt.c:3441: warning: implicit declaration of function 'gethostname'
    XlibInt.c:3441: warning: nested extern declaration of 'gethostname'
    
    ConnDis.c: In function '_XDisconnectDisplay':
    ConnDis.c:540: warning: old-style function definition
    ConnDis.c: In function '_XSendClientPrefix':
    ConnDis.c:554: warning: old-style function definition
    ConnDis.c: In function 'XSetAuthorization':
    ConnDis.c:677: warning: old-style function definition
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list