Austin English : widl: Remove unreached code (Smatch).

Alexandre Julliard julliard at winehq.org
Wed Sep 10 06:01:34 CDT 2008


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

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Sep  9 01:21:53 2008 -0500

widl: Remove unreached code (Smatch).

---

 tools/widl/write_msft.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c
index 97ec4ec..198ce2d 100644
--- a/tools/widl/write_msft.c
+++ b/tools/widl/write_msft.c
@@ -1648,7 +1648,6 @@ static HRESULT add_var_desc(msft_typeinfo_t *typeinfo, UINT index, var_t* var)
             varflags |= 0x01; /* VARFLAG_FREADONLY */
             break;
         /* FIXME: VARFLAG_FREPLACEABLE */
-            break;
         case ATTR_REQUESTEDIT:
             varflags |= 0x08; /* VARFLAG_FREQUESTEDIT */
             break;




More information about the wine-cvs mailing list