xf86-video-neomagic: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 15 18:16:39 UTC 2024


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

New commits:
commit 25df3ff50038ac3df4cae794b700881fb3df2bff
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 8 13:43:12 2024 -0800

    Fix warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
    
    neo_driver.c: In function ‘NEOScreenInit’:
    neo_driver.c:1638:14: warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
     1638 |         Bool ret = FALSE;
          |              ^~~
    neo_driver.c:1460:9: note: shadowed declaration is here
     1460 |     int ret;
          |         ^~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 950f00986f01710a7c336ad5fb414eea138f8282
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 8 13:40:05 2024 -0800

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

commit 991873d1e65526911854dcc1685ad40fba4fd2ba
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 8 13:38:08 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:3465: 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