silence warning

This commit is contained in:
Brian 2007-12-05 14:54:29 -07:00 committed by Ben Skeggs
parent dc76fe436c
commit 5cb7186730

View file

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