From 8b849265d811bb9ce3e93e1d28daf36e7d6e5bfb Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 21 May 2011 14:39:42 +0200 Subject: compiler warning: fix Fix compiler warning: enumerated type mixed with another type --- tests/unit/unit1303.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/unit1303.c') diff --git a/tests/unit/unit1303.c b/tests/unit/unit1303.c index f94daf7a6..2e4f23096 100644 --- a/tests/unit/unit1303.c +++ b/tests/unit/unit1303.c @@ -63,7 +63,7 @@ struct timetest { int now_us; int timeout_ms; int connecttimeout_ms; - int connecting; + bool connecting; long result; const char *comment; }; -- cgit v1.2.3