]> granicus.if.org Git - graphviz/commit
gvgen makeTree: remove use of 'unsigned int' type mixing
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Mar 2022 04:15:32 +0000 (21:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Apr 2022 16:20:14 +0000 (09:20 -0700)
commitd5ebc1210c73a50c1a097e78b9ce09f13fd10ead
tree65308482ef0ea7bd753fa8de7cc42b5dedbc851a
parent9ae78845b9c8c89aa9fa6762666f85d84e8ddaeb
gvgen makeTree: remove use of 'unsigned int' type mixing

Everything else in this function including its callers and callees uses `int`.
Using `unsigned int` within it was leading to MSVC C4018 warnings.
cmd/tools/graph_generator.c