diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-05-05 15:15:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-05-05 15:15:33 -0700 |
commit | c4df95c5075a728c0d089bed208042fdfa7a7765 (patch) | |
tree | 467942fb78281775fd15bb66820dfaf8d1277bde /man/xmodmap.man | |
parent | 9067c5b2aac51cdd1e45d5652a2a43db6c440cac (diff) |
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@oracle.com>
Diffstat (limited to 'man/xmodmap.man')
0 files changed, 0 insertions, 0 deletions