xf86-video-chips: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 13 17:26:26 UTC 2024


 configure.ac     |    7 +--
 src/Makefile.am  |    2 
 src/ct_driver.c  |    3 -
 src/ct_regs.c    |    2 
 util/AsmMacros.h |  111 ++++++++++++++++---------------------------------------
 util/Makefile.am |    2 
 util/modClock.c  |    6 +-
 7 files changed, 45 insertions(+), 88 deletions(-)

New commits:
commit 0fd51582d9a8f5f62d6e2114348143f3a3820f0a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 6 09:27:20 2024 -0800

    AsmMacros.h: convert function definitions from K&R to C89
    
    Fixes many -Wold-style-definition & -Wstrict-prototypes warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 009e8cd65600eff56a97b178da66051543aa7a28
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 6 09:19:19 2024 -0800

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

commit 17d22a0c0f77ce448a6efbafa17e55b335f9f169
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 6 09:15:20 2024 -0800

    Fix -Wmisleading-indentation warning in chipsPreInitHiQV()
    
    ct_driver.c: In function ‘chipsPreInitHiQV’:
    ct_driver.c:1928:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
     1928 |                     if ((pMon = xf86PrintEDID(xf86DoEDID_DDC2(XF86_SCRN_ARG(pScrn),
          |                     ^~
    ct_driver.c:1931:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
     1931 |                        xf86SetDDCproperties(pScrn,pMon);
          |                        ^~~~~~~~~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3010ffc8ec8e989a2b6a258b25ae1ef6112e601f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 6 09:13:22 2024 -0800

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

commit a4a96b580db669f13fb97b87622a5256025e3444
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 6 09:07:14 2024 -0800

    configure: quote call to AC_LANG_SOURCE in AC_LINK_IFELSE
    
    Clears autoconf warning:
    
    configure.ac:107: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
    ./lib/autoconf/lang.m4:199: AC_LANG_CONFTEST is expanded from...
    ./lib/autoconf/general.m4:2892: _AC_LINK_IFELSE is expanded from...
    ./lib/autoconf/general.m4:2909: AC_LINK_IFELSE is expanded from...
    configure.ac:107: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d7a23964c8a06c3690d2986baadcd2f297f5f4c7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 6 09:03:33 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