st: silence warning

This commit is contained in:
Brian Paul
2009-03-09 09:39:21 -06:00
parent 62ef614eb3
commit 886ceb556e

View File

@@ -545,6 +545,8 @@ st_draw_vbo(GLcontext *ctx,
if (MESA_VERBOSE & VERBOSE_GLSL) { if (MESA_VERBOSE & VERBOSE_GLSL) {
check_uniforms(ctx); check_uniforms(ctx);
} }
#else
(void) check_uniforms;
#endif #endif
/* /*