1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/services/words-module
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
..
Chapter 1 Reorganised services library 2020-05-20 00:02:28 +01:00
Chapter 2 Add fall-through comments 2022-04-14 22:10:00 -07:00
Chapter 3 Further work on kinds module and its testing 2020-08-09 18:39:31 +01:00
Chapter 4 Migrated Lx element 2021-06-12 13:08:47 +01:00
Preliminaries Improved source website 2022-04-04 18:31:44 +01:00
Contents.w Moved some Preform utilities back to words 2020-05-22 09:38:17 +01:00