mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
Fix another implicit fallthrough warning.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user