summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-15 23:00:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-07-15 20:39:52 +0000
commit2cd18a8715589fbabd23b7e976f6f94e65e54f30 (patch)
tree7cb46dadf56ad407c07a7b16418522aa5beba29b /tests
parent0467a5fe3ee06561267a5d14e405799dbf9dbcc0 (diff)
parent6c2a68d081a6bfc67dafd5288e9ad0e7c267ed20 (diff)
downloadhardware_libhardware-2cd18a8715589fbabd23b7e976f6f94e65e54f30.zip
hardware_libhardware-2cd18a8715589fbabd23b7e976f6f94e65e54f30.tar.gz
hardware_libhardware-2cd18a8715589fbabd23b7e976f6f94e65e54f30.tar.bz2
Merge "Fix warnings" into lmp-dev
Diffstat (limited to 'tests')
-rw-r--r--tests/hwc/test-arrows.c2
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]);