From: Andrew Perepechko Date: Tue, 12 Jan 2010 19:13:42 +0000 (+0300) Subject: b=21670 use int instead of char to hold getopt rc in accordance with its prototype X-Git-Tag: 1.10.0.35~18 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=0b5b209ffbd457e533e1b956c9268eb5bed8e604 b=21670 use int instead of char to hold getopt rc in accordance with its prototype i=Brian Murrell --- diff --git a/lustre/tests/mpi/cascading_rw.c b/lustre/tests/mpi/cascading_rw.c index 9f03dca..c7c4f14 100644 --- a/lustre/tests/mpi/cascading_rw.c +++ b/lustre/tests/mpi/cascading_rw.c @@ -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;