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

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