]> granicus.if.org Git - graphviz/commit
gvpr setval: use a local type that corresponds to the value being stored in it
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 3 Aug 2022 00:55:49 +0000 (17:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Aug 2022 00:03:40 +0000 (17:03 -0700)
commite1dff5792d98ca631c0cb18f4152f68f88fc65d6
tree85518d5f298ff7f41d51a196693d925a546059ef
parent6553cca73f8699ea6b97b688c2b09887e470a8f3
gvpr setval: use a local type that corresponds to the value being stored in it

Squashes a -Wconversion warning. This has no effect on functionality because the
`validTVT` call is confirming the value is within the expected range.
lib/gvpr/compile.c