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

test/Analysis/exercise-ps.c

index dc60d3ccecb11fbbf6ae13ec33351ffe0b25672c..75b3de21a7a4f829b4ab0b7ad29db5fcf2136f80 100644 (file)
@@ -6,7 +6,7 @@
 // (i.e., no assertions or crashes).
 
 
-static const char * f1(const char *x, char *y) {
+static void f1(const char *x, char *y) {
   while (*x != 0) {
     *y++ = *x++;
   }