Commit 0222ad73 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

widl: Mark up a FALLTHROUGH case (Coverity).

parent 7a0797a6
......@@ -94,6 +94,7 @@ static int is_signed_integer_type(const type_t *type)
case TYPE_BASIC_HANDLE:
return FALSE;
}
/* FALLTHROUGH */
default:
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment