xtrap: Changes to 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Tue Jan 13 14:57:14 PST 2009


 .gitignore   |    4 ++++
 Makefile.am  |    2 +-
 configure.ac |    7 +++++++
 xtrapchar.c  |   42 +++++++++++++++++-------------------------
 xtrapin.c    |    6 +++---
 xtrapinfo.c  |    2 +-
 xtrapout.c   |    8 ++++----
 xtrapproto.c |    2 +-
 xtrapreset.c |    2 +-
 xtrapstats.c |    2 +-
 10 files changed, 40 insertions(+), 37 deletions(-)

New commits:
commit e0c50fd64a739a53da72efe03f0a5e6aedf9d0da
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Tue Jan 13 20:24:16 2009 -0200

    Ansification and compile warning fixes.
    
      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, and corrects
    make distcheck.
      Only remaining sparse warning(s) are in the format:
    
    xtrapout.c:268:35: warning: incorrect type in argument 3 (different argument counts)
    xtrapout.c:268:35:    expected void ( *[usertype] func )( ... )
    xtrapout.c:268:35:    got void ( static [toplevel] *<noident> )( ... )
    
    and so on. And these warnings are correct, as the callback prototypes
    in X11/extensions/xtraplibp.h have a different prototype (apparently
    code in xtrapout.c was never update for library changes...).



More information about the xorg-commit mailing list