Removed casting for strictier syntax of recent gcc compilers
This commit is contained in:
parent
b68142cb93
commit
625314729b
|
|
@ -314,7 +314,7 @@ handlebuttonev(Widget w, caddr_t clientdata, caddr_t calldata)
|
|||
|
||||
|
||||
/* Recover from bad NewViewPort call. */
|
||||
#define RECOVERNEWVIEWPORT() tfree((char *) graph);\
|
||||
#define RECOVERNEWVIEWPORT() tfree(graph);\
|
||||
graph = (GRAPH *) NULL;
|
||||
/* need to do this or else DestroyGraph will free it again */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue