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

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