xf86-video-ark: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 24 21:10:21 UTC 2024


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

New commits:
commit d91187b820c7b7828887e1dd003328952be1abc5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 17 13:07:46 2024 -0800

    Fix warning: declaration of ‘tmp’ shadows a previous local [-Wshadow]
    
    In file included from ark_driver.c:43:
    ark_driver.c: In function ‘ARKPreInit’:
    ark.h:90:23: warning: declaration of ‘tmp’ shadows a previous local [-Wshadow]
       90 |         unsigned char tmp;                                              \
          |                       ^~~
    ark_driver.c:364:9: note: in expansion of macro ‘modinx’
      364 |         modinx(PIOOFFSET + 0x3c4, 0x1d, 0x01, 0x01);
          |         ^~~~~~
    ark_driver.c:246:23: note: shadowed declaration is here
      246 |         unsigned char tmp;
          |                       ^~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 163bf69ef8ed7b05cabf5ac5d6c3e5afe5316322
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 60d51c44d0004e043cf10200ce7482b4cc68c8db
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 e72312a6aa29c80c48ece50acab9b8538497ff70
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