79636: mshtml: Mark fall-through in switch statement

buildbot at kegel.com buildbot at kegel.com
Thu Oct 6 19:51:33 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-default while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-default/builds/38 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
error: patch failed: dlls/mshtml/htmlevent.c:1229
error: dlls/mshtml/htmlevent.c: patch does not apply

-------------- next part --------------
From: Andrew Talbot <andrew.talbot at talbotville.com>
Subject: mshtml: Mark fall-through in switch statement
Message-Id: <201110062229.39515.andrew.talbot at talbotville.com>
Date: Thu, 6 Oct 2011 22:29:38 +0100

Changelog:
    mshtml: Mark fall-through in switch statement.

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-tests-results mailing list