Gerald Pfeifer : widl: Avoid two warnings.
1 Mar
2010
1 Mar
'10
3:27 p.m.
Module: wine Branch: master Commit: 844e22093ecdd11fa2231ab3d4ef8850d20b4798 URL: http://source.winehq.org/git/wine.git/?a=commit;h=844e22093ecdd11fa2231ab3d4... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Sun Feb 28 13:13:59 2010 +0100 widl: Avoid two warnings. --- tools/widl/parser.y | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/widl/parser.y b/tools/widl/parser.y index 2af7742..71b7ed6 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) &&
5766
Age (days ago)
5766
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard