]> granicus.if.org Git - graphviz/commit
more explicit float computation in hsv2rgb
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 03:24:25 +0000 (20:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 May 2021 16:40:29 +0000 (09:40 -0700)
commitadbe7d908162a3d724d2d00ed900a2ddebe7c379
tree2cc258eb77a2e63786bf190236f45d4ac6c2bd5c
parent7a9a78cf2f07c85a4b132294d24851bb1972d780
more explicit float computation in hsv2rgb

Instead of being vague with ints, doubles, and floats, this commit standardizes
on float literals in hsv2rgb. This squashes a number of -Wfloat-conversion
compiler warnings.
cmd/lefty/gfxview.c