diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-30 14:17:37 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-30 14:36:29 -0700 |
commit | d930dc2cbec04b44efc06adcfe70fea395fa17d5 (patch) | |
tree | a4b41fdfc4e01dffd90c12104f0c2f1d714efdc6 /tests/bugs/fdo14575.c | |
parent | aec22b40b5957c509d7e3267a67aa52e963516cf (diff) |
Warnings cleanup, resulting in a number of actual bugfixes.
Diffstat (limited to 'tests/bugs/fdo14575.c')
-rw-r--r-- | tests/bugs/fdo14575.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/fdo14575.c b/tests/bugs/fdo14575.c index 5701eebfe..42ce1a020 100644 --- a/tests/bugs/fdo14575.c +++ b/tests/bugs/fdo14575.c @@ -53,7 +53,7 @@ int main(int argc, char**argv) { GLfloat data = 1.0; GLfloat *v; - int buf; + GLuint buf; glutInit(&argc, argv); if (argc == 2 && !strcmp(argv[1], "-auto")) |