xf86-video-vesa: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Oct 24 21:51:42 UTC 2022


 .gitlab-ci.yml |    4 ++--
 src/vesa.c     |    3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

New commits:
commit e285658e60d9cf772dda4b2c713ad2a0d4cef569
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Oct 17 11:48:57 2022 -0700

    VESAValidMode: remove duplicate call to VESAGetRec
    
    Found by cppcheck:
    
    src/vesa.c:356:11: style: Redundant initialization for 'pVesa'. The initialized value is overwritten before it is read. [redundantInitialization]
        pVesa = VESAGetRec(pScrn);
              ^
    src/vesa.c:350:19: note: pVesa is initialized
        VESAPtr pVesa = VESAGetRec(pScrn);
                      ^
    src/vesa.c:356:11: note: pVesa is overwritten
        pVesa = VESAGetRec(pScrn);
              ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2f2436b4fe70a1f1a47c4ed112e8aefba3c8efe3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Oct 17 11:36:55 2022 -0700

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

commit 5dee3ce85addc06f5f051158c768b993ace86baa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list