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:
|
case TYPE_BASIC_HANDLE:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
/* FALLTHROUGH */
|
||||||
default:
|
default:
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user