]> granicus.if.org Git - graphviz/commit
avoid unused args in free_string_entry
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Wed, 16 Feb 2022 10:50:50 +0000 (12:50 +0200)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Mar 2022 15:38:28 +0000 (07:38 -0800)
commit1b393f0b144f6299fd42d18e50d8b617240d55e3
tree67a9425a7bb532e74a849b7d681fd0217ecb3694
parent660fb74a611baea1092a229b58e286e3525a7ac8
avoid unused args in free_string_entry

the function must have signature, compatible
typedef void (*Dtfree_f)(Dt_t*,void*,Dtdisc_t*);
lib/common/emit.c