]> granicus.if.org Git - graphviz/commit
sccmap.c: use another unsigned type to squash -Wconversion warnings
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 02:53:14 +0000 (18:53 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 19 Nov 2021 01:52:24 +0000 (17:52 -0800)
commit6370e101cde5e62c754b32786e46a4136573c949
treec2d9a4922282c5060b2051df458575593b1f33a6
parente45bb0492d02a0c18663f3694cfbb6d78bfd1b99
sccmap.c: use another unsigned type to squash -Wconversion warnings

The `val` member of `Agnodeinfo_t` is unsigned and all uses of this function
store the return value in an unsigned. So it seems this function always should
have been declared as returning an unsigned.
cmd/tools/sccmap.c