xf86-video-ast: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 13 17:22:49 UTC 2024


 configure.ac      |    3 +--
 src/Makefile.am   |    2 +-
 src/ast_accel.c   |    2 +-
 src/ast_driver.c  |   16 ++++++++++------
 src/ast_vgatool.c |   24 ++++++++++++------------
 5 files changed, 25 insertions(+), 22 deletions(-)

New commits:
commit 55a72385a443d7107aa378651c4a5631fe837da6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 5 18:56:25 2024 -0800

    Handle a -Wformat warning
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2352780cd7a19bc9562b33676d2598e522e37def
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 5 18:53:48 2024 -0800

    Handle 2 -Wdeclaration-after-statement warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 70582d8282ce8ff4a604ac337a047da3e3cf6230
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 5 18:47:48 2024 -0800

    Handle 12 -Wmissing-prototypes warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 338ec0a2170ea3e631cd0e7a997e4fcc28b0f646
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 5 18:45:12 2024 -0800

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

commit 3262c6e82f3697ba9191c99000dd3a1303f42c70
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jan 5 18:42:31 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