silence warning

This commit is contained in:
Brian 2007-12-05 14:54:29 -07:00
parent 146483d541
commit ce30f0550f

View file

@ -83,6 +83,7 @@ pipe_vertex_format(GLenum type, GLuint size)
default:
assert(0);
}
return 0; /* silence compiler warning */
}