diff src/video/x11/SDL_x11events.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 abb4267e7028
children c9b51268668f
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Tue Dec 06 14:36:39 2005 +0000
+++ b/src/video/x11/SDL_x11events.c	Thu Dec 08 14:21:17 2005 +0000
@@ -613,7 +613,7 @@
 }
 
 #ifdef X_HAVE_UTF8_STRING
-Uint32 Utf8ToUcs4(const char * utf8)
+Uint32 Utf8ToUcs4(const unsigned char *utf8)
 {
 	Uint32 c;
 	int i = 1;