A couple more fall-through comments.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 14:33:05 +0000 (07:33 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 17:55:48 +0000 (10:55 -0700)
src/microcode/uxsig.c

index dcf5eb9111d8b957f975bc910e8f5db7a7fe16fa..0b899ffb334837d7c0e9bae7ec18d32bb529074c 100644 (file)
@@ -873,6 +873,7 @@ interactive_interrupt_handler (SIGCONTEXT_T * scp)
            fprintf (stderr, "Problems reading keyboard input -- Exitting.\n");
            termination_eof ();
          }
+         /* fall through */
        default:
          if (!option_emacs_subprocess)
            print_interactive_help ();
@@ -1003,6 +1004,7 @@ describe_sighnd (int signo, unsigned char c)
            case dfl_terminate: goto describe_terminate;
            }
       }
+      /* fall through */
     default:
       fputs ("When typed, this character will have an unknown effect.\n",
             stdout);