mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
gallivm: Add fallthrough comment at end of case statement.
The code is correct. Tell Coverity that the fallthrough case is intentional.
This commit is contained in:
parent
c87e6e50ee
commit
82e289d355
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ lp_get_printf_arg_count(const char *fmt)
|
|||
p += 3;
|
||||
continue;
|
||||
}
|
||||
/* fallthrough */
|
||||
default:
|
||||
count ++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue