--- xmil/vram/maketxtl.c 2004/08/07 10:53:01 1.2 +++ xmil/vram/maketxtl.c 2004/08/08 06:59:22 1.3 @@ -425,6 +425,10 @@ static void knj8_halfx4right(UINT8 *dst, // ---- static void draw_nop(UINT8 *dst, UINT8 *term, const UINT8 *src) { + + (void)dst; + (void)term; + (void)src; }