From e5418e194a6fa846f3e433a8e44e51802e0f80b9 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 19 Jan 2009 17:11:36 -0600 Subject: [PATCH] widl: Fix a compiler warning. --- tools/widl/widltypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/widl/widltypes.h b/tools/widl/widltypes.h index e6b036900d1..211aab4c3a5 100644 --- a/tools/widl/widltypes.h +++ b/tools/widl/widltypes.h @@ -538,6 +538,7 @@ static inline enum type_type type_get_type_detect_alias(const type_t *type) return TYPE_MODULE; default: assert(0); + return 0; } } -- 2.11.4.GIT