* cord/cordprnt.c (extract_conv_spec): Eliminate fall through in
a switch statement.
* cord/tests/de.c (do_command): Replace "fall through:" comment with
"FALLTHRU" formal comment (on a new line).
* win32_threads.c [!GC_PTHREADS && !GC_NO_THREADS_DISCOVERY]
(GC_DllMain): Likewise.
if (!saw_number) {
/* Zero fill flag; ignore */
break;
- } /* otherwise fall through: */
+ }
+ current_number *= 10;
+ break;
case '1':
case '2':
case '3':
break;
}
col--; file_pos--;
- /* fall through: */
+ /* FALLTHRU */
case DEL:
if (file_pos == current_len-1) break;
/* Can't delete trailing newline */
}
# endif
GC_ASSERT(entry_count == 0 || parallel_initialized);
- ++entry_count; /* and fall through: */
+ ++entry_count;
+ /* FALLTHRU */
case DLL_PROCESS_ATTACH:
/* This may run with the collector uninitialized. */
thread_id = GetCurrentThreadId();