Fix another implicit fallthrough warning.
(cherry picked from commit a03995b4da)
This commit is contained in:
parent
869513a1ec
commit
062fc43fab
|
|
@ -1250,6 +1250,7 @@ static void process_number(vhdl_binop_expr *all, vhdl_var_ref *test,
|
||||||
switch (bits[i]) {
|
switch (bits[i]) {
|
||||||
case 'x':
|
case 'x':
|
||||||
if (is_casez) break;
|
if (is_casez) break;
|
||||||
|
// fallthrough
|
||||||
case '?':
|
case '?':
|
||||||
case 'z':
|
case 'z':
|
||||||
continue; // Ignore these.
|
continue; // Ignore these.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue