xf86-video-tdfx: Changes to 'master'

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


 configure.ac      |    8 ++++++--
 src/Makefile.am   |    2 +-
 src/tdfx_driver.c |    6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit 03ea7ccd154fcf99fd8e79eccc784ff6ae304077
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 14:52:10 2024 -0800

    Fix 3 -Wmissing-prototypes warnings in tdfx_driver.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7d75b644aeeac432b4d155f8a7254d8c30cb4aa3
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 41c6269d2afba56eb287f38b4a4556ffa2b4428a
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 ca679b3e34468879b88322cf06f62d1c030bcda5
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:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
    configure.ac:44: You should run autoupdate.
    aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
    configure.ac:44: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list