widl: Mark up a FALLTHROUGH case (Coverity).
This commit is contained in:
parent
7a0797a6a8
commit
0222ad7326
|
@ -94,6 +94,7 @@ static int is_signed_integer_type(const type_t *type)
|
|||
case TYPE_BASIC_HANDLE:
|
||||
return FALSE;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue