Skip to content

WIP: Fixed uint_64_t type typo noted in 1613

Bob Apthorpe requested to merge apthorpe/graphviz:cherry-pick-be51633a into master

(cherry picked from commit be51633a6409f9e49e31f8c7d024748480a01f67) uint64_t is misspelled in a few cmake script templates. This is a minor issue mentioned in #1613 (closed). It is marked as WIP because new compiler warnings are thrown which may indicate some declarations or casts are inadvertently changed. Needs review to ensure that fixing the typo isn't introducing additional issues

Merge request reports