From: Vinson Lee Date: Fri, 20 Nov 2009 20:34:21 +0000 (-0800) Subject: progs/tests: Initialize variable in getprocaddress.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48deddaa6f81e58f0ad6ab1c6cbd31c0184a0a3b;p=mesa.git progs/tests: Initialize variable in getprocaddress.c. --- diff --git a/progs/tests/getprocaddress.c b/progs/tests/getprocaddress.c index a09ea58e1da..b905eeaf81b 100644 --- a/progs/tests/getprocaddress.c +++ b/progs/tests/getprocaddress.c @@ -3516,7 +3516,7 @@ check_functions( const char *extensions ) struct name_test_pair *entry; int failures = 0, passes = 0, untested = 0; int totalFail = 0, totalPass = 0, totalUntested = 0, totalUnsupported = 0; - int doTests; + int doTests = 0; const char *version = (const char *) glGetString(GL_VERSION); /* The functions list will have "real" entries (consisting of