xbiff: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 13 01:23:54 UTC 2024


 Mailbox.c |   26 ++++++++++++++++----------
 xbiff.c   |    4 +++-
 2 files changed, 19 insertions(+), 11 deletions(-)

New commits:
commit 4793ea1b1069ef5761dc86e0af33a63cfb44fc4d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Dec 8 13:49:12 2024 -0800

    Add unused attribute to unused callback arguments
    
    Clears up 20 warnings from clang of the form:
    Mailbox.c:240:32: warning: unused parameter 'request' [-Wunused-parameter]
    static void Initialize (Widget request, Widget new,
                                   ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xbiff/-/merge_requests/9>

commit 7b6a1a092b26a9c79857aba2bd40f38e1617eff7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Dec 8 13:41:39 2024 -0800

    Add noreturn attribute to CloseDown prototype
    
    Clears clang warning of:
    Mailbox.c:550:1: warning: function 'CloseDown' could be declared with
     attribute 'noreturn' [-Wmissing-noreturn]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/app/xbiff/-/merge_requests/9>



More information about the xorg-commit mailing list