Module: Mesa
Branch: mesa_7_7_branch
Commit: 48deddaa6f81e58f0ad6ab1c6cbd31c0184a0a3b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=48deddaa6f81e58f0ad6ab1c6cbd31c0184a0a3b

Author: Vinson Lee <[email protected]>
Date:   Fri Nov 20 12:34:21 2009 -0800

progs/tests: Initialize variable in getprocaddress.c.

---

 progs/tests/getprocaddress.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/tests/getprocaddress.c b/progs/tests/getprocaddress.c
index a09ea58..b905eea 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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to