twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 17 19:23:56 UTC 2024


 src/Makefile.am  |    2 +-
 src/add_window.c |    2 +-
 src/events.h     |    2 +-
 src/gram.y       |    1 +
 src/lex.l        |    3 +--
 src/twm.c        |    5 +++--
 src/twm.h        |   27 +++++----------------------
 7 files changed, 13 insertions(+), 29 deletions(-)

New commits:
commit d3c1ede2480af93cc4cfefb8ba48798e6a4af8ea
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Replace GCC_NORETURN with _X_NORETURN
    
    This silences all "function might be candidate for attribute 'noreturn'"
    warnings. Add to HandleEvent as well, as that function never returns.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 16ed4f51c297ab20c62273fb16e5346ec72f01d7
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Replace GCC_PRINTFLIKE with _X_ATTRIBUTE_PRINTF
    
    This silences all "function '...' might be a candidate for 'gnu_printf'
    format attribute" warnings.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit dd6121dd4d9218b29f1544d244c2622f6a502a18
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Remove redundant declaration of yylex
    
    yylex is already declared in (the generated) lex.c. This silences
    a "redundant redeclaration of 'yylex'" warning.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 3a4cc8b4b2baeb6b2e043c25495aede08a649641
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Remove redundant declaration of yyparse
    
    yyparse is already declared in (the generated) gram.h. This silences
    a "redundant redeclaration of 'yyparse'" warning.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit d26411efbc69e5350d9ae7cebbdb2e91738e3b8e
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Remove redundant declaration of yylineno
    
    yylineno is already declared in (the generated) gram.h. This silences
    a "redundant redeclaration of 'yylineno'" warning.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit f810178b1fae09be1ac15e223a84ddf2031eb93f
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Make atom_names const correct
    
    Silence some "initialization discards 'const' qualifier from pointer
    target type" warnings.
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit c7eeb055125892fdea94491e57bc26fa61258a71
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Silence old-style function definition warning in yywrap
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit 3cd3dd5b0b7cfe3888ae6f805a8f4c59f034834e
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Silence uninitialized variable warning
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>

commit baec4a82269adb3b07e5f60f410f104150331dbf
Author: Tim Wiederhake <twied at gmx.net>
Date:   Mon Jan 1 12:22:46 2024 +0100

    Enable compiler warnings
    
    Signed-off-by: Tim Wiederhake <twied at gmx.net>



More information about the xorg-commit mailing list