xf86-video-sunleo: Changes to 'master'

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


 configure.ac     |    8 ++++++--
 src/Makefile.am  |    2 +-
 src/leo.h        |    7 +++++++
 src/leo_driver.c |   10 +---------
 4 files changed, 15 insertions(+), 12 deletions(-)

New commits:
commit ebd49ed66ad8c90a85df0f4a5986973211b35978
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:46:20 2024 -0800

    Fix warning: ‘pScrn’ is used uninitialized [-Wuninitialized]
    
    In file included from leo.h:35,
                     from leo_driver.c:38:
    leo_driver.c: In function ‘LeoFreeScreen’:
    compat-api.h:71:41: warning: ‘pScrn’ is used uninitialized [-Wuninitialized]
       71 | #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = (arg1)
          |                                         ^~~~~
    leo_driver.c:653:5: note: in expansion of macro ‘SCRN_INFO_PTR’
      653 |     SCRN_INFO_PTR(pScrn);
          |     ^~~~~~~~~~~~~
    compat-api.h:71:41: note: ‘pScrn’ was declared here
       71 | #define SCRN_INFO_PTR(arg1) ScrnInfoPtr pScrn = (arg1)
          |                                         ^~~~~
    leo_driver.c:653:5: note: in expansion of macro ‘SCRN_INFO_PTR’
      653 |     SCRN_INFO_PTR(pScrn);
          |     ^~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f644fbeab36e7c5887b1c047ab41df7411845286
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:44:27 2024 -0800

    Fix warning: variable ‘pLeo’ set but not used [-Wunused-but-set-variable]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d14f35cc68f3af42b1b8e23cfc126d0ccfa4f9d0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:43:04 2024 -0800

    Fix -Wmissing-prototypes & -Wnested-externs warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7225d04bb78a62b88fcca555df55373a6931f676
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 d587d7062856aeca74f4c1756566664ecae4ec9f
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 8c76b0bdfafc8dd5952a286af16e6a5629152c80
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