]> granicus.if.org Git - graphviz/commit
remove unnecessary casts of parameters to agwrite
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 3 Jul 2021 16:46:35 +0000 (09:46 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Jul 2021 04:58:32 +0000 (21:58 -0700)
commit694dd7de8b6095ea49b25859965d5cd73d7b4da4
tree41d02dabf09895ee4be1c9043796ee8f54cdc2a2
parent34a17035de2bebb9dfbda8dd3d904c90b8775d48
remove unnecessary casts of parameters to agwrite

The second argument to agwrite is a void*, to which other pointers implicitly
coerce.
cmd/smyrna/viewport.c
plugin/core/gvrender_core_dot.c