mshtml: Mark fall-through in switch statement.

This commit is contained in:
Andrew Talbot 2011-10-06 22:29:38 +01:00 committed by Alexandre Julliard
parent 5bd2db4521
commit a29f69718b
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}