=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winhlp32: Mark up fallthrough switch case (coverity).

Alexandre Julliard julliard at winehq.org
Thu Nov 8 15:39:55 CST 2012


Module: wine
Branch: master
Commit: bc240bd323187fd5ba92e854adf51c391c834523
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bc240bd323187fd5ba92e854adf51c391c834523

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Nov  7 23:19:21 2012 +0100

winhlp32: Mark up fallthrough switch case (coverity).

---

 programs/winhlp32/winhelp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/programs/winhlp32/winhelp.c b/programs/winhlp32/winhelp.c
index b905807..5e854f6 100644
--- a/programs/winhlp32/winhelp.c
+++ b/programs/winhlp32/winhelp.c
@@ -1480,6 +1480,7 @@ static LRESULT CALLBACK WINHELP_MainWndProc(HWND hWnd, UINT msg, WPARAM wParam,
                             break;
                         default:
                             WINE_FIXME("Unsupported %d\n", win->font_scale);
+                            /* fall through */
                         case 1:
                             CheckMenuItem(hMenu, MNID_CTXT_FONTS_NORMAL,
                                           MF_BYCOMMAND|MF_CHECKED);




More information about the wine-cvs mailing list