Whamcloud - gitweb
Branch b1_8
authorjohann <johann>
Thu, 28 May 2009 11:23:50 +0000 (11:23 +0000)
committerjohann <johann>
Thu, 28 May 2009 11:23:50 +0000 (11:23 +0000)
b=18092
i=adilger
i=johann (patch from Girish)

Fix warnings.

lustre/tests/mpi/createmany-mpi.c

index 6e558fc..d203fa6 100644 (file)
@@ -72,7 +72,7 @@ int rprintf(int rank, int loop, const char *fmt, ...)
 int main(int argc, char ** argv)
 {
         int i, rc = 0, do_open = 0, do_link = 0, rank;
-        char format[4096], *fmt, *tgt;
+        char format[4096], *fmt, *tgt = NULL;
         char filename[4096];
         long start, last, end;
         long begin = 0, count;