xmodmap: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat May 5 22:16:32 UTC 2018


 xmodmap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c4df95c5075a728c0d089bed208042fdfa7a7765
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 5 15:15:33 2018 -0700

    Change fall through comment in xmodmap.c to match gcc's requirements
    
    Needs to match one of the regexps shown under
    https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/Warning-Options.html#index-Wimplicit-fallthrough
    
    Silences warning from gcc 7.3.0:
    
    xmodmap.c: In function ‘main’:
    xmodmap.c:358:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
       arg[1] = tolower (arg[1]);
       ~~~~~~~^~~~~~~~~~~~~~~~~~
    xmodmap.c:360:8: note: here
            case 's':
            ^~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list