diff options
author | Brian Paul <[email protected]> | 2004-11-27 19:57:46 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-27 19:57:46 +0000 |
commit | 0699b0bb171ffba453222154c4b2c047a30a2a8b (patch) | |
tree | d7bd15d73840c1faa4677c527beca10c95f4a132 /progs/tests/getprocaddress.py | |
parent | 6bca16b8773fdd7fbf004a00b1e673d7adf1fd3b (diff) |
silence warnings
Diffstat (limited to 'progs/tests/getprocaddress.py')
-rw-r--r-- | progs/tests/getprocaddress.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/getprocaddress.py b/progs/tests/getprocaddress.py index 333f3ad2f09..960d9c243cc 100644 --- a/progs/tests/getprocaddress.py +++ b/progs/tests/getprocaddress.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# $Id: getprocaddress.py,v 1.5 2004/10/29 19:31:52 brianp Exp $ +# $Id: getprocaddress.py,v 1.6 2004/11/27 19:57:46 brianp Exp $ # Helper for the getprocaddress.c test. @@ -45,7 +45,7 @@ class PrintExports(gl_XML.FilterGLAPISpecBase): print """ struct name_test_pair { const char *name; - GLboolean (*test)(void *); + GLboolean (*test)(generic_func); }; static struct name_test_pair functions[] = {""" |