xf86-video-neomagic: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 15 16:40:57 UTC 2022


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

New commits:
commit ad829f3e14ce8702551329a5c9b1deda98c1f386
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 8 16:50:16 2022 -0800

    NEOPreInit: Handle -Wimplicit-fallthrough warning
    
    neo_driver.c: In function ‘NEOPreInit’:
    neo_driver.c:892:9: warning: this statement may fall through
      [-Wimplicit-fallthrough=]
          if (nPtr->NeoChipset != NM2070)
             ^
    neo_driver.c:894:2: note: here
      default:
      ^~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b10d7736ae7f7b3f8a6058b2d5e8d9b60c4d105f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 8 16:47:10 2022 -0800

    NEOGetRec: Fix -Wmisleading-indentation warning
    
    neo_driver.c: In function ‘NEOGetRec’:
    neo_driver.c:464:5: warning: this ‘if’ clause does not guard...
      [-Wmisleading-indentation]
         if (pScrn->driverPrivate == NULL)
         ^~
    neo_driver.c:466:9: note: ...this statement, but the latter is
      misleadingly indented as if it were guarded by the ‘if’
             return TRUE;
             ^~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 032b89419ed33a5ec1776144160ceb882cb0449c
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