]> granicus.if.org Git - gc/commit
Eliminate 'this statement may fall through' GCC warnings
authorIvan Maidanski <ivmai@mail.ru>
Wed, 29 Nov 2017 08:42:47 +0000 (11:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 18 Dec 2017 07:22:20 +0000 (10:22 +0300)
commitd0ca8e507bdceec72ee438d841f8eb3c291ab2eb
tree2793b98aa521bd0b501a32b6dd947e46090f7fe6
parent11bd89fd8976a787527d343f0a0b29afee9719b0
Eliminate 'this statement may fall through' GCC warnings

* 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.
cord/cordprnt.c
cord/tests/de.c
win32_threads.c