Prep for new warning.

llvm-svn: 76813
This commit is contained in:
Mike Stump 2009-07-22 22:55:09 +00:00
parent cc1cd6f484
commit 24cbfc370b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ int f6c(int *p, int *q) {
: bar3(p, 2, q); // no-warning
}
int f6d(int *p) {
void f6d(int *p) {
bar(p, 0);
// At this point, 'p' cannot be null.
if (!p) {