]> granicus.if.org Git - graphviz/commit
gv2gml: remove 'outFile' parameter to 'emitNodeAttrs'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 12 May 2022 04:31:29 +0000 (21:31 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 20 May 2022 05:00:24 +0000 (22:00 -0700)
commit000146e73e84570723c06e65ee6d7b3ac7f3b078
tree73fbf0b6ce1a98d28a1cfaf1d37b85188521a642
parenta340390d9f7ecfec2189812479bedb62f27a74d8
gv2gml: remove 'outFile' parameter to 'emitNodeAttrs'

The only call to this function passes `outFile`, an already available global
that this parameter was shadowing. This removes numerous -Wshadow warnings.
cmd/tools/gv2gml.c