widl: Mark up a FALLTHROUGH case (Coverity).

oldstable
Marcus Meissner 2011-03-29 15:34:15 +02:00 committed by Alexandre Julliard
parent 7a0797a6a8
commit 0222ad7326
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ static int is_signed_integer_type(const type_t *type)
case TYPE_BASIC_HANDLE:
return FALSE;
}
/* FALLTHROUGH */
default:
return FALSE;
}