Module: Mesa Branch: master Commit: 689df24503d018f2d120316dc99cd96410526895 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=689df24503d018f2d120316dc99cd96410526895
Author: Brian Paul <[email protected]> Date: Tue Nov 1 13:34:52 2011 -0600 mesa: make save_EndConditionalRender param list (void) to silence warning --- src/mesa/main/dlist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 06832b6..e1acc80 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); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
