# HG changeset patch # User michael # Date 1038049085 0 # Node ID 3abff5a875482998625b930e52cc202ef2b2ffaf # Parent 35d28522a1c5b14ae026de54250a99b855cb56fd warning patch by (Dominik Mierzejewski ) diff -r 35d28522a1c5 -r 3abff5a87548 libpostproc/postprocess_template.c --- a/libpostproc/postprocess_template.c Sat Nov 23 09:12:57 2002 +0000 +++ b/libpostproc/postprocess_template.c Sat Nov 23 10:58:05 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;