From: Mike Stump Date: Tue, 21 Jul 2009 18:45:53 +0000 (+0000) Subject: Prep for new warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=959922647e5061fc20f983d0e85e3f7fb8421457;p=clang Prep for new warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76607 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/casts.c b/test/Analysis/casts.c index fb35f2c53b..cd57a63bc2 100644 --- a/test/Analysis/casts.c +++ b/test/Analysis/casts.c @@ -21,7 +21,7 @@ struct s { struct s *value; }; -int f1(struct s **pval) { +void f1(struct s **pval) { int *tbool = ((void*)0); struct s *t = *pval; pval = &(t->value);