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

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