xf86-video-suncg6: Changes to 'master'

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


 configure.ac     |    8 ++++++--
 src/Makefile.am  |    2 +-
 src/cg6.h        |    2 ++
 src/cg6_driver.c |    6 ------
 4 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit b56894b531d78d2f7c301503a017bdccd0bf216f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:07:08 2024 -0800

    Fix warning: variable ‘pCg6’ set but not used [-Wunused-but-set-variable]
    
    cg6_driver.c: In function ‘CG6FreeRec’:
    cg6_driver.c:166:12: warning: variable ‘pCg6’ set but not used [-Wunused-but-set-variable]
      166 |     Cg6Ptr pCg6;
          |            ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit be81b93b6d376f5c7c5f56f9c34e65755d53357e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:06:00 2024 -0800

    Fix prototype warnings for CG6HWCursorInit()
    
    cg6_cursor.c:93:1: warning: no previous prototype for ‘CG6HWCursorInit’ [-Wmissing-prototypes]
       93 | CG6HWCursorInit(ScreenPtr pScreen)
          | ^~~~~~~~~~~~~~~
    
    cg6_driver.c: In function ‘CG6ScreenInit’:
    cg6_driver.c:517:21: warning: nested extern declaration of ‘CG6HWCursorInit’ [-Wnested-externs]
      517 |         extern Bool CG6HWCursorInit(ScreenPtr pScreen);
          |                     ^~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0a15c064cf4226c48f9c5847ab10dd028fa2ecbb
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 bee8f7345c2adeb45059416b2c819569c741299c
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 1dc46cbbe9c70bc6724d650063062b1ec219fa01
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