]> granicus.if.org Git - graphviz/commit
gv2gml: use C99 support to portably print uint64_t variables
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 10 Sep 2021 04:15:23 +0000 (21:15 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 16 Sep 2021 04:31:00 +0000 (21:31 -0700)
commit6bdcb8a766ee3c1f9dccf402132d613438daca4b
treeb587a9ebf52efd4de5a83832e77eeec54303ff95
parent629d44c181bc5283a5a225fee306edc89d9751a7
gv2gml: use C99 support to portably print uint64_t variables

This squashes a number of -Wformat compiler warnings, as reported by Stephen.¹

¹ https://forum.graphviz.org/t/tracking-down-warnings-old-news-to-some-of-you/821
cmd/tools/gv2gml.c