changeset 25860:110952f312cc

Change #warning to FIXME comments.
author diego
date Sun, 27 Jan 2008 17:40:38 +0000
parents e8af7338a462
children 5442946cade2
files vidix/savage_vid.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/savage_vid.c	Sun Jan 27 17:32:26 2008 +0000
+++ b/vidix/savage_vid.c	Sun Jan 27 17:40:38 2008 +0000
@@ -544,7 +544,7 @@
 	    case 16: format = 5 << 24; break;
 	    case 24: format = 7 << 24; break;
 	}
-#warning enable this again
+	/* FIXME: enable this again */
 	OUTREG(PSTREAM_FBSIZE_REG, 
 		info->screen_y * info->screen_x * (info->bpp >> 3));
     
@@ -572,7 +572,7 @@
     OUTREG( SSTREAM_VSCALE_REG, 0 );
     OUTREG( SSTREAM_LINES_REG, 0 );
     OUTREG( SSTREAM_VINITIAL_REG, 0 );
-#warning is this needed?
+    /* FIXME: Is this needed? */
     OUTREG( SSTREAM_WINDOW_START_REG, OS_XY(0xfffe, 0xfffe) );
     OUTREG( SSTREAM_WINDOW_SIZE_REG, OS_WH(10,2) );