glx: fix signedness warning
authorRALOVICH, Kristóf <kristof.ralovich@gmail.com>
Tue, 11 Aug 2009 20:42:47 +0000 (13:42 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 12 Aug 2009 04:14:35 +0000 (22:14 -0600)
src/glx/x11/glxcmds.c

index 820d8b9..39f1029 100644 (file)
@@ -1446,7 +1446,7 @@ void __glXClientInfo (  Display *dpy, int opcode  )
                        GLX_MAJOR_VERSION,
                        GLX_MINOR_VERSION,
                        size,
-                       (const uint8_t *)ext_str);
+                       ext_str);
 #else
     xGLXClientInfoReq *req;