silence some warnings

This commit is contained in:
Zack Rusin
2008-04-14 12:29:23 -04:00
parent e330919785
commit 2ba6e1fa71
4 changed files with 6 additions and 7 deletions

View File

@@ -36,13 +36,13 @@
#include "draw/draw_pt.h"
/* XXX: Shouldn't those two functions below use the '>' operator???
*/
#if 0
static boolean too_many_elts( struct draw_context *draw,
unsigned elts )
{
return elts > (8 * 1024);
}
#endif
static INLINE unsigned reduced_prim(unsigned prim)
{