xf86-video-sunffb: Changes to 'master'

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


 configure.ac     |    9 +++++++--
 src/Makefile.am  |    2 +-
 src/ffb.h        |    2 ++
 src/ffb_dac.c    |    2 +-
 src/ffb_ddc.c    |    2 ++
 src/ffb_driver.c |    6 ------
 6 files changed, 13 insertions(+), 10 deletions(-)

New commits:
commit 783404574bc7a30ae6bee655dd99da0aa320543c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:32:11 2024 -0800

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

commit a79f7147536c6a95d74c2339dab044fb8e5edf27
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:29:35 2024 -0800

    Fix -Wunused-function warnings in ffb_ddc.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 485bd59dc63ab2c59552c3dba113719e41f6d944
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:24:51 2024 -0800

    Fix warning: no previous prototype for ‘FFBi2cInit’ [-Wmissing-prototypes]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

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

    Fix warning: no previous prototype for ‘FFB_InitDGA’ [-Wmissing-prototypes]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fb7725270c3b23fbf9d8b54a1b3a7eaae75ab604
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 bd2c0a62a1a29d73b66dd694bd71a1b303b1515d
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 f1ec40923a6835a756076d8a05186740e9fd5eeb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:20:55 2024 -0800

    Fix -Wdiscarded-qualifiers warning in init_dac_flags()
    
    ffb_dac.c: In function ‘init_dac_flags’:
    ffb_dac.c:385:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      385 |         device = pFfb->psdp->device;
          |                ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a60d768271cef4ff622b1dd34652c74d0ffc3125
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 13:18:15 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:3571: 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