twm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri May 31 20:08:53 UTC 2019


 src/iconmgr.c |    2 +-
 src/iconmgr.h |    6 +++---
 src/list.c    |    6 +++---
 src/list.h    |    6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 55a26c49c8a976abb0ead8bd58da6260de61b739
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri May 31 12:43:04 2019 -0700

    Make some char pointers const as necessary to clear some gcc warnings
    
    twm.c:544:20: warning: assignment discards ‘const’ qualifier from
     pointer target type [-Wdiscarded-qualifiers]
      Scr->iconmgr.name = "TWM";
                        ^
    twm.c:545:25: warning: assignment discards ‘const’ qualifier from
     pointer target type [-Wdiscarded-qualifiers]
      Scr->iconmgr.icon_name = "Icons";
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list