xpr: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Feb 1 19:52:20 PST 2011


 configure.ac |    2 +-
 x2jet.c      |   32 +++++++++++++++++++-------------
 2 files changed, 20 insertions(+), 14 deletions(-)

New commits:
commit fbd4b8fe00ba600b44232619425f76a6f4fa8208
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:45:11 2011 -0800

    Define pixel mask constant as unsigned long
    
    Clears Sun Studio cc warning of:
    "x2jet.c", line 1681: warning: constant promoted to unsigned long
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0b7c07a1667c1f7e692b7694d374f27d46c3c923
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:41:41 2011 -0800

    Refactor invalid depth error reporting to allow printf format checking
    
    Clears gcc warnings:
    x2jet.c: In function `validate_visual':
    x2jet.c:1053: warning: format not a string literal, argument types not checked
    x2jet.c:1055: warning: format not a string literal, argument types not checked
    x2jet.c:1057: warning: format not a string literal, argument types not checked
    x2jet.c:1059: warning: format not a string literal, argument types not checked
    x2jet.c:1064: warning: format not a string literal, argument types not checked
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a02099a6869064c8b8c04a91acf5ece8568c7389
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:03:40 2011 -0800

    Replace gcc noreturn & printf attributes with macros from <X11/Xfuncproto.h>
    
    Adds dependency on x11proto 7.0.17 to get the definition of _X_NORETURN
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list