]> granicus.if.org Git - graphviz/commit
reallyroutespline: squash a -Wsign-conversion warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 28 Jun 2022 01:42:29 +0000 (18:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Jul 2022 04:40:20 +0000 (21:40 -0700)
commit28ac1565fd6cf0b2dd7acdcb8d0bda0c0c88ddac
tree9615a45d9db766575093b40632e2eb24577a9532
parentf6bac2b59ab1012d8625a156cc0e76dfa7ddd65a
reallyroutespline: squash a -Wsign-conversion warning

By construction, `inpn` can only ever be non-negative here. Though in the long
term a more sweeping change should be done to count items in `size_t` variables
pervasively.
lib/pathplan/route.c