]> granicus.if.org Git - graphviz/commit
gv2gml: remove 'outFile' parameter to 'emitPoint'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 12 May 2022 04:39:44 +0000 (21:39 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 20 May 2022 05:00:24 +0000 (22:00 -0700)
commit8f6383e72c9c24cfe270ff3d53ad1321d5fad0cf
treeb24624fa9138975766336662ac916ef074e333d5
parentc3798afae8f8a0a555e368b88d8033f746eee5bf
gv2gml: remove 'outFile' parameter to 'emitPoint'

The only calls to this function pass `outFile`, an already available global that
this parameter was shadowing. This removes a -Wshadow warning.
cmd/tools/gv2gml.c