Huw Davies : oledb32: Add a 'fall through' comment.

Alexandre Julliard julliard at winehq.org
Tue Nov 27 14:30:49 CST 2012


Module: wine
Branch: master
Commit: 71d185d7fe29944a51b43497860866ba8552b683
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=71d185d7fe29944a51b43497860866ba8552b683

Author: Huw Davies <huw at 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;




More information about the wine-cvs mailing list