editres: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 2 18:41:42 UTC 2019


 Makefile.am |    1 +
 comm.c      |    7 +++----
 editres.c   |    2 +-
 editresP.h  |   14 +++++++-------
 handler.c   |    8 +++-----
 utils.c     |    8 ++++----
 widgets.c   |    2 +-
 7 files changed, 20 insertions(+), 22 deletions(-)

New commits:
commit a97f306fd57878158962eb873c23f03a5c6da9db
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 2 11:38:57 2019 -0700

    Clear -Wredundant-decls warnings from gcc 7.3
    
    comm.c:55:15: warning: redundant redeclaration of ‘CM_entries’ [-Wredundant-decls]
     extern Widget CM_entries[NUM_CM_ENTRIES], TM_entries[NUM_TM_ENTRIES];
                   ^~~~~~~~~~
    In file included from comm.c:46:0:
    editresP.h:339:15: note: previous declaration of ‘CM_entries’ was here
     extern Widget CM_entries[NUM_CM_ENTRIES];
                   ^~~~~~~~~~
    comm.c:55:43: warning: redundant redeclaration of ‘TM_entries’ [-Wredundant-decls]
     extern Widget CM_entries[NUM_CM_ENTRIES], TM_entries[NUM_TM_ENTRIES];
                                               ^~~~~~~~~~
    In file included from comm.c:46:0:
    editresP.h:343:15: note: previous declaration of ‘TM_entries’ was here
     extern Widget TM_entries[NUM_TM_ENTRIES];
                   ^~~~~~~~~~
    
    handler.c:502:16: warning: redundant redeclaration of ‘do_get_values’ [-Wredundant-decls]
     extern Boolean do_get_values;
                    ^~~~~~~~~~~~~
    In file included from handler.c:40:0:
    editresP.h:334:16: note: previous declaration of ‘do_get_values’ was here
     extern Boolean do_get_values;
                    ^~~~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 43c19175385f98894c1633ed57ec6778e17a38a6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 2 11:35:43 2019 -0700

    Clear 208 out of 210 -Wdiscarded-qualifiers warnings from gcc 7.3
    
    Depends on building with a libXt version that defines String as a
    const char * if _CONST_X_STRING is defined.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list