]> granicus.if.org Git - graphviz/commit
xdot: take a double instead of a float parameter in 'printFloat'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Jun 2022 17:54:16 +0000 (10:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 8 Jun 2022 02:11:15 +0000 (19:11 -0700)
commitf857dcbd2d3b15d28c374b41282734b5e676ce53
treeaa1e5273d82442d31e59ef78e88f84affd385512
parent06cc10aece2b125cb0c6a1c3492883bac04e2f95
xdot: take a double instead of a float parameter in 'printFloat'

Every call to this function passes a double. This change squashes 12
-Wfloat-conversion warnings.
lib/xdot/xdot.c