xf86-video-mga: Changes to 'master'

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


 configure.ac      |    3 +--
 src/Makefile.am   |    2 +-
 src/mga_dacG.c    |    6 +++---
 src/mga_g450pll.c |    5 ++---
 util/Makefile.am  |    2 +-
 5 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit 0d0ae3fd54746ed9bed8ca96269e182187176dc8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 10:09:13 2024 -0800

    Fix warning: declaration of ‘ulIndex’ shadows a previous local [-Wshadow]
    
    mga_g450pll.c: In function ‘MGAG450SetPLLFreq’:
    mga_g450pll.c:326:11: warning: declaration of ‘ulIndex’ shadows a previous local [-Wshadow]
      326 |       int ulIndex;
          |           ^~~~~~~
    mga_g450pll.c:312:11: note: shadowed declaration is here
      312 |    CARD32 ulIndex;
          |           ^~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3bc8e3b57e0a8e1fb437b3bdd3e9d479f43afc06
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 10:02:57 2024 -0800

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

commit 09df931ce68c0a19e14da60e28fd4fa3b675de9e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 10:00:19 2024 -0800

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

commit 14e430cab961dbe02ece71e6475aacd6f257ecee
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:57:42 2024 -0800

    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:3515: 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