Whamcloud - gitweb
b=21670 use int instead of char to hold getopt rc in accordance with its prototype
authorAndrew Perepechko <Andrew.Perepechko@Sun.COM>
Tue, 12 Jan 2010 19:13:42 +0000 (22:13 +0300)
committerRobert Read <rread@sun.com>
Tue, 12 Jan 2010 19:28:09 +0000 (11:28 -0800)
i=Brian Murrell

lustre/tests/mpi/cascading_rw.c

index 9f03dca..c7c4f14 100644 (file)
@@ -320,8 +320,7 @@ void usage(char *proc)
 
 int main(int argc, char *argv[])
 {
-        int i, iterations = 16;
-        char c;
+        int i, iterations = 16, c;
         long stride = -1;
         unsigned int seed = 0;