]> granicus.if.org Git - graphviz/commit
smyrna: use an 'unsigned' for 'topviewcache.nodelabel_id'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Sep 2022 04:49:51 +0000 (21:49 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Sep 2022 00:11:28 +0000 (17:11 -0700)
commit272533c747a17f4694a50da3a7d4b07073a3ef44
treec9ea5ede09986241f9a5154ee7b7979af7fcbeb0
parent9074437e0250a1e25fc0f76a54b926c6693dde8c
smyrna: use an 'unsigned' for 'topviewcache.nodelabel_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