changeset 25312:643c5e2b6b56

Comment out unused variable.
author diego
date Mon, 10 Dec 2007 14:13:34 +0000
parents 605f00b6a4ae
children 9e13376e0daa
files TOOLS/realcodecs/drv3.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/realcodecs/drv3.c	Mon Dec 10 14:12:40 2007 +0000
+++ b/TOOLS/realcodecs/drv3.c	Mon Dec 10 14:13:34 2007 +0000
@@ -175,7 +175,7 @@
 
 ulong RV20toYUV420CustomMessage(ulong* p1,ulong p2) {
 	ulong result;
-	ulong *pp1=p1;
+//	ulong *pp1=p1;
 	ulong temp[16];
 	fprintf(stderr, "#R# => RV20toYUV420CustomMessage(%p,%p) [%d,%d,%d] \n", p1, p2, p1[0],p1[1],p1[2]);
 #if 1