]> granicus.if.org Git - graphviz/commit
smyrna gvpr_select: use a 'size_t' for parameter counting
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Sep 2022 17:21:49 +0000 (10:21 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Sep 2022 20:25:40 +0000 (13:25 -0700)
commit872c3fd1c03e448f44158129da98c531c696b3dd
tree16fa1040e07c20510db646480f14c89573df00ba
parentc3e4c30e2640290c74a13b0c2927ba99e9fd5bb7
smyrna gvpr_select: use a 'size_t' for parameter counting

Reverting 656a15f855a31acc6eeb162284b89ad3367253b9 brought back in a use of
`run_gvpr` that passes an `int`. But e78bdfba860b58bf57e8afc7e5df6f2b073d3dd1
converted `run_gvpr` to take a `size_t` instead. This commits makes the
corresponding adjustment that would have been part of
e78bdfba860b58bf57e8afc7e5df6f2b073d3dd1, squashing a -Wsign-conversion warning.
cmd/smyrna/gui/frmobjectui.c