xauth: Changes to 'master'

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


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

New commits:
commit 4a3a9fc5271cd04ab9123e4713d00b161daf0b6a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 5 14:58:15 2018 -0700

    Change fall through comment in process.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:
    process.c: In function ‘dump_entry’:
    process.c:1007:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
          if (dpyname) {
             ^
    process.c:1012:4: note: here
        default:
        ^~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list