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…
Reference in New Issue