]> granicus.if.org Git - clang/commitdiff
Prep for new warning.
authorMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 18:45:53 +0000 (18:45 +0000)
committerMike Stump <mrs@apple.com>
Tue, 21 Jul 2009 18:45:53 +0000 (18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76607 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/casts.c

index fb35f2c53b777a2fb8e4d4fb9af6d0854b0a993f..cd57a63bc2313780b0f0500983fb1485446bbee3 100644 (file)
@@ -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);