xf86-video-fbdev: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 15 18:13:38 UTC 2024


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

New commits:
commit 7bccdf437363c99f37818a6ea04b4278275ef104
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:23:41 2024 -0800

    Fix warning: unused variable ‘scrnIdx’ [-Wunused-variable]
    
    fbdev.c: In function ‘FBDevDGASetMode’:
    fbdev.c:1145:9: warning: unused variable ‘scrnIdx’ [-Wunused-variable]
     1145 |     int scrnIdx = pScrn->pScreen->myNum;
          |         ^~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 112b6c11536b3dae1bbcb6e8187e8882ad9db4a5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 10:08:23 2024 -0800

    Fix warning: statement with no effect [-Wunused-value]
    
    fbdev.c: In function ‘FBDevProbe’:
    fbdev.c:355:21: warning: statement with no effect [-Wunused-value]
      355 |                     0;
          |                     ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 89728ce1d6d1623121675a98a179d12aa67f07ac
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:19:53 2024 -0800

    Add X.Org's standard C warning flags to AM_CFLAGS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 554d6fda2144dcc879e09297518df5e9fee87855
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:17:53 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