mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
progs/tests: Initialize variable in getprocaddress.c.
This commit is contained in:
parent
e26135a744
commit
48deddaa6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue