xconsole: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 16 14:52:50 UTC 2022


 .gitlab-ci.yml |    2 +-
 Makefile.am    |    1 +
 xconsole.c     |   22 ++++++++--------------
 3 files changed, 10 insertions(+), 15 deletions(-)

New commits:
commit 6c8e22bcc450bcd6c0697fab4d89d99bae168b8c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Apr 16 07:50:50 2022 -0700

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

commit a5a13a9eb0cb2ab0627192dce684ccb61e59678a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 8 08:29:40 2022 -0700

    Reduce scope of ttydev & ptydev
    
    Eliminates them completely if HAS_OPENPTY is set.
    
    Resolves gcc warnings:
    xconsole.c: In function ‘get_pty’:
    xconsole.c:792:35: warning: declaration of ‘ttydev’ shadows a
     global declaration [-Wshadow]
     get_pty(int *pty, int *tty, char *ttydev, char *ptydev)
                                       ^~~~~~
    xconsole.c:181:13: note: shadowed declaration is here
     static char ttydev[64], ptydev[64];
                 ^~~~~~
    xconsole.c:792:49: warning: declaration of ‘ptydev’ shadows a
     global declaration [-Wshadow]
     get_pty(int *pty, int *tty, char *ttydev, char *ptydev)
                                                     ^~~~~~
    xconsole.c:181:25: note: shadowed declaration is here
     static char ttydev[64], ptydev[64];
                             ^~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c374939e9e2cf36fcb6aa1984a472d73b05a821d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 7 18:17:32 2022 -0700

    unifdef sgi
    
    SGI Irix end of support life was in 2013
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a223524f5f4b62cf8bd85bd7467314629de93a9a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Apr 7 18:08:23 2022 -0700

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



More information about the xorg-commit mailing list