xf86-video-apm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun May 7 18:23:45 UTC 2023


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

New commits:
commit c9ff983435d72ff863ddb675f45da288467c89a2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun May 7 11:00:20 2023 -0700

    Make order of arguments in function prototypes match definitions
    
    Found by cppcheck:
    apm_funcs.c:1026:45: warning:
     Function 'ApmSubsequentSolidBresenhamLine' argument order different:
     declaration 'pScrn, x1, y1, octant, err, e1, e2, length'
     definition 'pScrn, x1, y1, e1, e2, err, length, octant'
     [funcArgOrderDifferent]
    
    apm_funcs.c:1087:49: warning:
     Function 'ApmSubsequentSolidBresenhamLine6422' argument order different:
     declaration 'pScrn, x1, y1, octant, err, e1, e2, length'
     definition 'pScrn, x1, y1, e1, e2, err, length, octant'
     [funcArgOrderDifferent]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2aa261e265e5f9249a7ea1ddbcbc8c79aa91f4c0
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