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:
Vinson Lee 2010-04-02 01:14:24 -07:00
parent c87e6e50ee
commit 82e289d355
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ lp_get_printf_arg_count(const char *fmt)
p += 3;
continue;
}
/* fallthrough */
default:
count ++;
}