From 6c2a68d081a6bfc67dafd5288e9ad0e7c267ed20 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Tue, 15 Jul 2014 11:11:01 -0700 Subject: Fix warnings Change-Id: I1ba5c871a1cb44df8c383f595cbe6d75fef02aa3 --- tests/hwc/test-arrows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hwc/test-arrows.c b/tests/hwc/test-arrows.c index a35faa7..12e7c8f 100644 --- a/tests/hwc/test-arrows.c +++ b/tests/hwc/test-arrows.c @@ -140,7 +140,7 @@ void render() { int main(int argc, char **argv) { EGLDisplay display; EGLSurface surface; - int w, h, count; + int w, h, count = 0; if (argc > 1) count = atoi(argv[1]); -- cgit v1.1