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:
@@ -54,6 +54,7 @@ lp_get_printf_arg_count(const char *fmt)
|
||||
p += 3;
|
||||
continue;
|
||||
}
|
||||
/* fallthrough */
|
||||
default:
|
||||
count ++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user