libXrender: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Sep 7 18:02:40 UTC 2022


 src/AddTrap.c   |   11 +++++-----
 src/Color.c     |    9 ++++----
 src/FillRects.c |    7 +++---
 src/Filter.c    |    2 -
 src/Glyph.c     |   50 +++++++++++++++++++++++++++---------------------
 src/Picture.c   |    8 ++++---
 src/Poly.c      |   12 ++++++-----
 src/Trap.c      |   13 ++++++------
 src/Tri.c       |   29 +++++++++++++++-------------
 src/Xrender.c   |   58 +++++++++++++++++++++++++-------------------------------
 10 files changed, 105 insertions(+), 94 deletions(-)

New commits:
commit 5a69e234cd4e02186b5b2627360f91cb1fa58edf
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 28 12:01:13 2022 -0700

    Rename xDepth to xPDepth to quiet -Wshadow warnings
    
    Xrender.c: In function ‘XRenderQueryFormats’:
    Xrender.c:406:19: warning: declaration of ‘xDepth’ shadows a global declaration [-Wshadow]
         xPictDepth   *xDepth;
                       ^~~~~~
    In file included from /net/also.us.oracle.com/export/alanc/X.Org/amd64-gcc/install/usr/X11R7/include/X11/Xlibint.h:43:0,
                     from Xrenderint.h:31,
                     from Xrender.c:28:
    /net/also.us.oracle.com/export/alanc/X.Org/amd64-gcc/install/usr/X11R7/include/X11/Xproto.h:329:7: note: shadowed declaration is here
         } xDepth;
           ^~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2b927f88ad3d97e5fd1abd13b67724a86dd10404
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 28 11:52:49 2022 -0700

    Resolve -Wsign-compare warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 229c65d2dd6de511a005127245dc28d426ad6860
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 28 11:41:27 2022 -0700

    Reduce variable scopes as recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit cc4ad7a3990826ca44470dbca3a5b03c35548cab
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Aug 28 10:26:00 2022 -0700

    Remove unnecessary casts from malloc & free calls
    
    These are not needed in C89 and later
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list