projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6fa34f
)
mesa: make save_EndConditionalRender param list (void) to silence warning
author
Brian Paul
<brianp@vmware.com>
Tue, 1 Nov 2011 19:34:52 +0000
(13:34 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 1 Nov 2011 22:39:37 +0000
(16:39 -0600)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 06832b6f586bf2423980d20268e81ddb0a911437..e1acc80288384e57233d4ea66c7cac36e76ad5e5 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-7364,7
+7364,7
@@
save_BeginConditionalRender(GLuint queryId, GLenum mode)
}
static void GLAPIENTRY
-save_EndConditionalRender()
+save_EndConditionalRender(
void
)
{
GET_CURRENT_CONTEXT(ctx);
ASSERT_OUTSIDE_SAVE_BEGIN_END_AND_FLUSH(ctx);