xman: Changes to 'master'

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


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

New commits:
commit 6758ad5a88b0d64ebbd008a0561239935a7be443
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 5 15:05:45 2018 -0700

    Change fall through comment in ScrollByL.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 of:
    
    ScrollByL.c: In function ‘PrintText’:
    ScrollByL.c:1109:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
                 if (*(c + 1) == BACKSPACE) {
                    ^
    ScrollByL.c:1125:9: note: here
             default:
             ^~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list