diff test/testgl.c @ 4884:27ab20a36eba

- added directx include path to VS2008 solution - updated shape vcproj and add it to VS2008 solution - minor changes (i.e. typecasting) to get rid of compiler warnings in VS
author Andreas Schiffler <aschiffler@ferzkopp.net>
date Wed, 15 Sep 2010 22:15:47 -0700
parents f8816ffa210b
children
line wrap: on
line diff
--- a/test/testgl.c	Tue Sep 14 21:57:29 2010 -0700
+++ b/test/testgl.c	Wed Sep 15 22:15:47 2010 -0700
@@ -654,7 +654,7 @@
             fprintf(stderr, "testgl: OpenGL error: %d\n", gl_error);
         }
 
-        sdl_error = SDL_GetError();
+        sdl_error = (char *)SDL_GetError();
 
         if (sdl_error[0] != '\0') {
             fprintf(stderr, "testgl: SDL error '%s'\n", sdl_error);