mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 20:57:39 +00:00
mshtml: Mark fall-through in switch statement.
This commit is contained in:
parent
5bd2db4521
commit
a29f69718b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user