diff postproc/postprocess_template.c @ 8254:772d6d27fd66

warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
author michael
date Sat, 23 Nov 2002 10:58:14 +0000
parents f4f9390651b2
children 50701f34a161
line wrap: on
line diff
--- a/postproc/postprocess_template.c	Sat Nov 23 01:29:47 2002 +0000
+++ b/postproc/postprocess_template.c	Sat Nov 23 10:58:14 2002 +0000
@@ -2658,7 +2658,10 @@
 	int black=0, white=255; // blackest black and whitest white in the picture
 	int QPCorrecture= 256*256;
 
-	int copyAhead, i;
+	int copyAhead;
+#ifdef HAVE_MMX
+	int i;
+#endif
 
 	//FIXME remove
 	uint64_t * const yHistogram= c.yHistogram;