Andrew Talbot : mshtml: Mark fall-through in switch statement.

Alexandre Julliard julliard at winehq.org
Thu Oct 6 17:24:31 CDT 2011


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Thu Oct  6 22:29:38 2011 +0100

mshtml: Mark fall-through in switch statement.

---

 dlls/mshtml/htmlevent.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/mshtml/htmlevent.c b/dlls/mshtml/htmlevent.c
index 93a5367..2b9e62e 100644
--- a/dlls/mshtml/htmlevent.c
+++ b/dlls/mshtml/htmlevent.c
@@ -1229,6 +1229,7 @@ HRESULT set_event_handler(event_target_t **event_target, nsIDOMNode *nsnode, HTM
 
     default:
         FIXME("not supported vt=%d\n", V_VT(var));
+        /* fall through */
     case VT_EMPTY:
         return E_NOTIMPL;
     }




More information about the wine-cvs mailing list