public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [Patch] Fix compiler warning vcxk
@ 2009-07-27 13:28 Jens Scharsig
  2009-07-28  5:58 ` Anatolij Gustschin
  2009-08-09 20:49 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Jens Scharsig @ 2009-07-27 13:28 UTC (permalink / raw)
  To: u-boot

My new video driver vcxk produce a compiler warning.

I'm sorry about this.

This patch will 

* FIX: bus_vcxk.c:383: warning: unused variable 'lineptr'

Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
---

diff --git a/drivers/video/bus_vcxk.c b/drivers/video/bus_vcxk.c
index b3b53e1..7726bb3 100644
--- a/drivers/video/bus_vcxk.c
+++ b/drivers/video/bus_vcxk.c
@@ -380,7 +380,6 @@ int vcxk_display_bitmap(ulong addr, int x, int y)
 	unsigned long c_width;
 	unsigned long c_height;
 	unsigned char *dataptr;
-	unsigned char *lineptr;
 
 	bmp = (bmp_image_t *) addr;
 	if ((bmp->header.signature[0] == 'B') &&

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-10  6:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 13:28 [U-Boot] [Patch] Fix compiler warning vcxk Jens Scharsig
2009-07-28  5:58 ` Anatolij Gustschin
2009-07-28  6:18   ` Jens Scharsig
2009-08-09 20:49 ` Wolfgang Denk
2009-08-10  6:16   ` Jens Scharsig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox