Adjust 'fall through' comments to be recognized by GCC
commitbf28794635735d97ba60d458f964bdb46972f9e5
authorMatthew Brush <matt@geany.org>
Thu, 21 Dec 2017 00:41:39 +0000 (20 16:41 -0800)
committerMatthew Brush <matt@geany.org>
Thu, 21 Dec 2017 01:22:51 +0000 (20 17:22 -0800)
tree06b8f03d8b6844ade10b58d102f305fcb131645c
parent243d55fa58947da80b4cf08ac4be63413281d8de
Adjust 'fall through' comments to be recognized by GCC

As per the documentation[0], GCC will silence these warnings when
the comments are formatted correctly.

[0]: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
ctags/parsers/fortran.c