xf86-video-xgixp: Changes to 'master'

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


 configure.ac     |   10 ++++++----
 src/Makefile.am  |    2 +-
 src/xgi_driver.c |    6 +++++-
 3 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 67d5494c2de1f0229b23db97c2983d3664a3cad7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 16 17:30:07 2024 -0800

    Fix error: implicit declaration of function 'xf86UnMapVidMem'
    
    xgi_driver.c: In function 'XGIUnmapFB':
    xgi_driver.c:682:13: error: implicit declaration of function 'xf86UnMapVidMem'
     [-Werror=implicit-function-declaration]
      682 |             xf86UnMapVidMem(pScrn->scrnIndex, pXGI->fbBase, pXGI->fbSize);
          |             ^~~~~~~~~~~~~~~
    xgi_driver.c:682:13: warning: nested extern declaration of 'xf86UnMapVidMem'
     [-Wnested-externs]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4aa0f5f13cc9839999965676943993cf371eec92
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 5c423d4937fb3d5d609df75beb97d8047780f2cf
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 d59843b9ffb62ab8dfd3bc21d4b252c82d70a0ba
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