]> granicus.if.org Git - graphviz/commit
gvpack: cast results of 'dtmatch'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 14 Apr 2022 14:56:08 +0000 (07:56 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 25 Apr 2022 02:12:48 +0000 (19:12 -0700)
commitd71d74ecd311ffe6e8c6a31fc67d6b5c9f1afd00
tree121edb460a5b8b071605d43e1c55312b0249fb27
parent9c1738868630c8433b540439ea1683fa7dc09e49
gvpack: cast results of 'dtmatch'

This pre-emptively squashes some upcoming warnings when converting this file to
C++ which otherwise fail the CMake build:

  cmd/tools/../../lib/cdt/cdt.h:259:66: error: invalid conversion from 'void*'
    to 'pair_t*' [-fpermissive]

Gitlab: #2154
cmd/tools/gvpack.c