xf86-video-suncg3: Changes to 'master'

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


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

New commits:
commit aaca346d99200f80d3fa6af0bb34754e923b2430
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 12:31:12 2024 -0800

    Fix warning: variable ‘pCg3’ set but not used [-Wunused-but-set-variable]
    
    cg3_driver.c: In function ‘CG3FreeRec’:
    cg3_driver.c:156:12: warning: variable ‘pCg3’ set but not used [-Wunused-but-set-variable]
      156 |     Cg3Ptr pCg3;
          |            ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 18a4868897c46304c571101a1a95833f35fb8cc5
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 cf294ca4ea3ea0fbfeb521e8e675e450941cba5b
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 73de997ff4b6479e32b7e86305d6b0f68257691a
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