projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25060c1
)
silence warning with a cast
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 23 Feb 2003 04:23:43 +0000
(
04:23
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 23 Feb 2003 04:23:43 +0000
(
04:23
+0000)
src/mesa/main/nvfragparse.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/nvfragparse.c
b/src/mesa/main/nvfragparse.c
index 7c18c896ebfc19b8a62d780133835b612118942b..764a016e2f74db6e7b5493abf1e96f724cecb8d8 100644
(file)
--- a/
src/mesa/main/nvfragparse.c
+++ b/
src/mesa/main/nvfragparse.c
@@
-1,4
+1,4
@@
-/* $Id: nvfragparse.c,v 1.
6 2003/02/23 04:09:21
brianp Exp $ */
+/* $Id: nvfragparse.c,v 1.
7 2003/02/23 04:23:43
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-1431,7
+1431,7
@@
_mesa_parse_nv_fragment_program(GLcontext *ctx, GLenum dstTarget,
parseState.pos, &line, &column);
_mesa_debug(ctx, "Parse error on line %d, column %d:%s\n",
line, column, lineStr);
- _mesa_free(lineStr);
+ _mesa_free(
(void *)
lineStr);
}
#endif
}