Huw Davies : oledb32: Add a 'fall through' comment.
Module: wine Branch: master Commit: 71d185d7fe29944a51b43497860866ba8552b683 URL: http://source.winehq.org/git/wine.git/?a=commit;h=71d185d7fe29944a51b4349786... Author: Huw Davies <huw(a)codeweavers.com> Date: Tue Nov 27 10:24:47 2012 +0000 oledb32: Add a 'fall through' comment. --- dlls/oledb32/convert.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/oledb32/convert.c b/dlls/oledb32/convert.c index 1691792..badb899 100644 --- a/dlls/oledb32/convert.c +++ b/dlls/oledb32/convert.c @@ -870,6 +870,7 @@ static HRESULT WINAPI convert_CanConvert(IDataConvert* iface, case DBTYPE_BOOL: if(dst_base_type == DBTYPE_DATE) return S_OK; + /* fall through */ case DBTYPE_NUMERIC: case DBTYPE_CY: if(common_class(dst_class)) return S_OK;
participants (1)
-
Alexandre Julliard