Browse Source

st: silence warning

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
886ceb556e
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/mesa/state_tracker/st_draw.c

+ 2
- 0
src/mesa/state_tracker/st_draw.c View File

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

/*

Loading…
Cancel
Save