From 4f8e40458fe9c0da90ba4634d248d4edb9f4b5aa Mon Sep 17 00:00:00 2001 From: Kumar Abhishek Date: Sat, 10 May 2014 04:32:06 +0700 Subject: runtc.c: Fix compiler warning c was of type char, while getopt returns an int. This caused a compiler warning during build. --- tests/runtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/runtc.c b/tests/runtc.c index cd3d449..059262d 100644 --- a/tests/runtc.c +++ b/tests/runtc.c @@ -688,8 +688,8 @@ int main(int argc, char **argv) struct channel *channel; struct option *option; struct output *op; - int ret; - char c, *opt_infile, **kv, **opstr; + int ret, c; + char *opt_infile, **kv, **opstr; op = malloc(sizeof(struct output)); op->pd = NULL; -- cgit v1.2.3-70-g09d2