xf86-video-i128: Changes to 'master'

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


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

New commits:
commit 8fd006f2e16c6cadd78785501c701fbb1a64c053
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:44:33 2024 -0800

    Fix warning: declaration of ‘from’ shadows a previous local [-Wshadow]
    
    i128_driver.c: In function ‘I128PreInit’:
    i128_driver.c:582:13: warning: declaration of ‘from’ shadows a previous local [-Wshadow]
      582 |         int from = X_DEFAULT;
          |             ^~~~
    i128_driver.c:440:17: note: shadowed declaration is here
      440 |     MessageType from;
          |                 ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6f3bbdbbeebc126253a6177438a6eafc617935e1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:41:41 2024 -0800

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

commit 852d218f7ce2cec1bfdb75fc164937c1c0332246
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:38:37 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