From: Emmanuele Bassi Date: Tue, 25 Feb 2014 10:48:49 +0000 (+0000) Subject: tools: Fix compiler warning X-Git-Tag: libevdev-1.0.99.1~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84d2d5034c5ccf85a0e1777b81d54ad303f8b33b;p=platform%2Fupstream%2Flibevdev.git tools: Fix compiler warning Signed-off-by: Emmanuele Bassi Signed-off-by: Peter Hutterer --- diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c index 76f83e2..b857934 100644 --- a/tools/touchpad-edge-detector.c +++ b/tools/touchpad-edge-detector.c @@ -58,7 +58,7 @@ static int print_current_values(const struct dimensions *d) { static int progress; - char status; + char status = 0; switch (progress) { case 0: status = '|'; break;