]> granicus.if.org Git - graphviz/commit
Resolve one Wsign-conversion in attr.c
authorErwin Janssen <erwinjanssen@outlook.com>
Thu, 1 Sep 2016 13:05:09 +0000 (15:05 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 1 Sep 2016 13:05:09 +0000 (15:05 +0200)
commit7cc59d7395d591c84e29d47b50ce9f01a80a566b
tree4817ef13dac8962268d163281788c4a30fc8ad29
parentafd3d3da0ad9dab8194dafa41d26387efb219e04
Resolve one Wsign-conversion in attr.c

This cast that resolves this warning does not change the sign of `sz`, because the if statement above it makes sure it isn't a negative number.
lib/cgraph/attr.c