xmessage: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 21 16:55:16 UTC 2022


 .gitlab-ci.yml |    2 +-
 makeform.c     |   10 +++++-----
 readfile.c     |    8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit f8be5016e618dcd650540b4cea5f710fd9a16e00
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 16 16:01:36 2022 -0700

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

commit a2d2c371a11302d8df204527119c6ec91cc9e898
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 16 15:58:42 2022 -0700

    Stop casting function return values to void
    
    This was used to make lint stop warning that you weren't checking
    the return value.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 55cc3615df9045684c70293dcfcbaa26371e46ad
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 16 15:57:02 2022 -0700

    Stop casting arguments to free()
    
    This was needed for some pre-ANSI systems that declared free() to take
    'char *' instead of 'void *' arguments, but hasn't been needed in decades.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list