projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a3cc7d
)
added void to __GLXextFuncPtr
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 25 May 2001 15:44:06 +0000
(15:44 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 25 May 2001 15:44:06 +0000
(15:44 +0000)
include/GL/glxext.h
patch
|
blob
|
history
diff --git
a/include/GL/glxext.h
b/include/GL/glxext.h
index a08967bb413a32cdcf2d9410d092393be5c74eb8..93c2c9d4bdbc5a8d93f47316d498f0651a431ba1 100644
(file)
--- a/
include/GL/glxext.h
+++ b/
include/GL/glxext.h
@@
-252,7
+252,8
@@
extern "C" {
/*************************************************************/
#ifndef GLX_ARB_get_proc_address
-typedef void (*__GLXextFuncPtr)();
+/* XXX Added void parameter to silence many, many warnings (BrianP) */
+typedef void (*__GLXextFuncPtr)(void);
#endif
#ifndef GLX_SGIX_video_source