diff libvo/vo_gl.c @ 13188:f60bc2314146

small gcc warning fixes
author rathann
date Sat, 28 Aug 2004 20:59:49 +0000
parents 3cd9add91f97
children 6e8d1ac141fc
line wrap: on
line diff
--- a/libvo/vo_gl.c	Sat Aug 28 20:56:56 2004 +0000
+++ b/libvo/vo_gl.c	Sat Aug 28 20:59:49 2004 +0000
@@ -362,7 +362,7 @@
     slice_height = 4;
     if(arg) 
     {
-        char *parse_pos = &arg[0];
+        char *parse_pos = (char *)&arg[0];
         while (parse_pos[0] && !parse_err) {
             if (strncmp (parse_pos, "manyfmts", 8) == 0) {
                 parse_pos = &parse_pos[8];