diff options
author | Glenn Kasten <gkasten@google.com> | 2014-07-15 11:11:01 -0700 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2014-07-15 11:17:19 -0700 |
commit | 6c2a68d081a6bfc67dafd5288e9ad0e7c267ed20 (patch) | |
tree | 1207929304c862938a8df12d9d09f34abb04078f /tests | |
parent | 299664d8e8e4a20fc1fd3076588b76016930a31e (diff) | |
download | hardware_libhardware-6c2a68d081a6bfc67dafd5288e9ad0e7c267ed20.zip hardware_libhardware-6c2a68d081a6bfc67dafd5288e9ad0e7c267ed20.tar.gz hardware_libhardware-6c2a68d081a6bfc67dafd5288e9ad0e7c267ed20.tar.bz2 |
Fix warnings
Change-Id: I1ba5c871a1cb44df8c383f595cbe6d75fef02aa3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hwc/test-arrows.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |