xfd: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 22 00:38:53 UTC 2022


 .gitlab-ci.yml |    4 ++--
 Makefile.am    |    3 ++-
 configure.ac   |    2 +-
 grid.c         |   10 +++++-----
 xfd.c          |    5 +++--
 5 files changed, 13 insertions(+), 11 deletions(-)

New commits:
commit 0be214afe5eeddc6d5e6cdcae9b7242d4e11b3cd
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>

commit 2ffeff68a6774675b1741655fa7a22c7af93c2ac
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 16 11:00:38 2022 -0700

    Mark usage() as _X_NORETURN _X_COLD
    
    Raises minimum xproto requirement to 7.0.25 from Nov. 2013
    to get the _X_COLD definition in <X11/Xfuncproto.h>
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 122fa8689837bc5a5166432609f351c200a17ef6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 16 10:58:05 2022 -0700

    Variable scope reductions as recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit da378df9565f7a8e1e086d1676c6742a5ca9d5f4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 16 10:51:18 2022 -0700

    Fix warning: missing initializer for field ‘extension’ of ‘SimpleClassPart'
    
    grid.c:153:3: warning: missing initializer for field ‘extension’ of ‘SimpleClassPart {aka struct <anonymous>}’ [-Wmissing-field-initializers]
       }
       ^
    In file included from grid.c:34:0:
    /net/also.us.oracle.com/export/alanc/X.Org/amd64-gcc/install/usr/X11R7/include/X11/Xaw/SimpleP.h:62:15: note: ‘extension’ declared here
         XtPointer extension;
                   ^~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d946324dae78f15ffe63f1e129eb4cb35a7116b8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 16 10:42:15 2022 -0700

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Clears 46 out of 68 -Wdiscarded-qualifiers warnings from gcc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list