changeset 24319:033b9debbec4

warnig fix (blessed by Rich): pullup.c:223: warning: 'qpcomb_y' defined but not used
author diego
date Tue, 04 Sep 2007 12:54:45 +0000
parents e6e8bf060dae
children 5721ff18a1a7
files libmpcodecs/pullup.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/pullup.c	Tue Sep 04 10:46:31 2007 +0000
+++ b/libmpcodecs/pullup.c	Tue Sep 04 12:54:45 2007 +0000
@@ -219,6 +219,7 @@
 	return diff;
 }
 
+#if 0
 static int qpcomb_y(unsigned char *a, unsigned char *b, int s)
 {
 	int i, j, diff=0;
@@ -230,7 +231,6 @@
 	return diff;
 }
 
-#if 0
 static int licomb_y_test(unsigned char *a, unsigned char *b, int s)
 {
 	int c = licomb_y(a,b,s);