1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/services/words-module/Chapter 2
Philip Chimento 881ac66540 Add fall-through comments
GCC warns about switch statement fall-throughs unless they are annotated
with a /* fall through */ comment. Add one of these.

As for the other comment, GCC also has a slightly less strict mode that
understands the comment as long as it has the words "fall through"
somewhere in it. If we slightly tweak the wording of this comment, we can
use that mode to avoid the warning.
2022-04-14 22:10:00 -07:00
..
Numbered Words.w Reorganised services library 2020-05-20 00:02:28 +01:00
Vocabulary.w Add fall-through comments 2022-04-14 22:10:00 -07:00
Word Assemblages.w Probably fix for word assemblage annotation crash 2022-04-13 22:32:57 +01:00