xf86-video-suntcx: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 23 01:41:34 UTC 2024


 configure.ac     |    8 ++++++--
 src/Makefile.am  |    2 +-
 src/tcx.h        |    2 ++
 src/tcx_driver.c |    6 ------
 4 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 40110e1e4c442a83ca24ef1239551f0cdf03ea20
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:58:31 2024 -0800

    Fix warning: variable ‘pTcx’ set but not used [-Wunused-but-set-variable]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 79d488e49eb4db2797c6ab8818e7e694fa2e754f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:57:24 2024 -0800

    Fix -Wmissing-prototypes & -Wnested-externs warning for TCXHWCursorInit()
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 68f5afaf18f9aa56fec37ceb358c20508ae7c002
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:44:21 2024 -0800

    Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
    
    The Xorg headers provide their own versions of strlcat, strlcpy, and
    timingsafe_memcmp for platforms that don't have them in libc yet, but
    rely on configure to set HAVE_* defines to determine if they should be
    defined in the headers.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 029ce91f6f9a614a58ff685dbf199698aab5696c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:38:33 2024 -0800

    Add X.Org's standard C warning flags to AM_CFLAGS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit db9587eeaa22bbb2c6138ee9756a65cff7a3b6d8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:33:07 2024 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:45: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
    configure.ac:45: You should run autoupdate.
    aclocal.m4:3551: AC_PROG_LIBTOOL is expanded from...
    configure.ac:45: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list