]> granicus.if.org Git - graphviz/commit
gvpr canontoken: use char instead of unsigned char, introduce casts
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 28 Jul 2022 02:21:45 +0000 (19:21 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 2 Aug 2022 04:33:55 +0000 (21:33 -0700)
commit69b6ae12768133d7259db1266e0109a42e627fcb
tree322b7164f9d6d31ba97e6650c4c85724e510ba03
parent08e7f6505d1170d4efd53837bbe6e2dcb4d66ca1
gvpr canontoken: use char instead of unsigned char, introduce casts

It is not clear to me why this code was using unsigned char when it can do the
same thing with less typing and fewer compiler warnings using char. This also
introduces casts to squash warnings from some of the more pedantic compiler
implementations. See 6c29170f9f29466374fbc6e8e62a1b6916c6bc59 for details.
lib/gvpr/actions.c