]> granicus.if.org Git - graphviz/commit
smyrna: use an 'unsigned' for 'topviewcache.edge_id'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Sep 2022 04:37:59 +0000 (21:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 00:11:28 +0000 (17:11 -0700)
commit73b139db121b1ff7762aecfdf481a4c852eb370c
treedb671b819f739af6a2a65995653e5c9b09790824
parent9cb1c2fada3ee656045ff3df4baa1a62bd14761b
smyrna: use an 'unsigned' for 'topviewcache.edge_id'

Squashes 4 -Wsign-conversion warnings. Note that this also changes the sentinel
from `-1` to `UINT_MAX`.
cmd/smyrna/smyrnadefs.h
cmd/smyrna/topviewfuncs.c