xf86-video-trident: Changes to 'master'

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


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

New commits:
commit a1d33167b9b3f8dc9adb78eade0101c2ac62f033
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 15:10:16 2024 -0800

    Quiet -Wmisleading-indentation warning in trident_dac.c
    
    trident_dac.c: In function ‘Tridentddc1Read’:
    trident_dac.c:1238:5: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
     1238 |     while (!(INB(vgaIOBase + 0xA) & 0x08));
          |     ^~~~~
    In file included from trident_dac.c:36:
    trident_regs.h:303:1: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
      303 | { \
          | ^
    trident_dac.c:1241:5: note: in expansion of macro ‘OUTB’
     1241 |     OUTB(vgaIOBase + 4, I2C);
          |     ^~~~
    
    Compiled code does not change due to this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 19356956a1b67cd00a5fd9ff234dae9b16115da5
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 957218632f89068a22ab68f2d0b17a18b026e08c
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 dc837b2075b5438ad2b22f65ae6d97b1c22f5d29
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