From 844e22093ecdd11fa2231ab3d4ef8850d20b4798 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 28 Feb 2010 13:13:59 +0100 Subject: [PATCH] widl: Avoid two warnings. --- tools/widl/parser.y | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/widl/parser.y b/tools/widl/parser.y index 2af7742d172..71b7ed69142 100644 --- a/tools/widl/parser.y +++ b/tools/widl/parser.y @@ -2348,6 +2348,7 @@ static void check_field_common(const type_t *container_type, default: /* should be no other container types */ assert(0); + return; } if (is_attr(arg->attrs, ATTR_LENGTHIS) &&