From 689df24503d018f2d120316dc99cd96410526895 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 1 Nov 2011 13:34:52 -0600 Subject: [PATCH] mesa: make save_EndConditionalRender param list (void) to silence warning --- src/mesa/main/dlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 06832b6f586..e1acc802883 100644 --- 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); -- 2.30.2