diff src/video/x11/SDL_x11yuv.c @ 1196:b81f54c3963f

Fixed compile warnings with gcc 4
author Sam Lantinga <slouken@libsdl.org>
date Thu, 08 Dec 2005 14:21:17 +0000
parents 045f186426e1
children 0c105755b110
line wrap: on
line diff
--- a/src/video/x11/SDL_x11yuv.c	Tue Dec 06 14:36:39 2005 +0000
+++ b/src/video/x11/SDL_x11yuv.c	Thu Dec 08 14:21:17 2005 +0000
@@ -103,8 +103,8 @@
 	SDL_Overlay *overlay;
 	struct private_yuvhwdata *hwdata;
 	int xv_port;
-	int i, j, k;
-	int adaptors;
+	unsigned int i, j, k;
+	unsigned int adaptors;
 	SDL_NAME(XvAdaptorInfo) *ainfo;
 	int bpp;
 #ifndef NO_SHARED_MEMORY