[PATCH] widl: Mark up a FALLTHROUGH case (Coverity)

Marcus Meissner marcus at jet.franken.de
Tue Mar 29 08:34:15 CDT 2011


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

diff --git a/tools/widl/expr.c b/tools/widl/expr.c
index e1a5196..60e3a50 100644
--- a/tools/widl/expr.c
+++ b/tools/widl/expr.c
@@ -94,6 +94,7 @@ static int is_signed_integer_type(const type_t *type)
         case TYPE_BASIC_HANDLE:
             return FALSE;
         }
+        /* FALLTHROUGH */
     default:
         return FALSE;
     }
-- 
1.7.3.4



More information about the wine-patches mailing list