]> granicus.if.org Git - graphviz/commit
tools: remove unused argument in setGlobalNodeAttr
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Wed, 23 Feb 2022 04:11:41 +0000 (06:11 +0200)
committerCosta Shulyupin <constantine.shulyupin@gmail.com>
Wed, 23 Feb 2022 04:11:41 +0000 (06:11 +0200)
commit13cd00ef1c9c254d8068fa9de6d446af0712e4d3
treeae98e3c30ba7494079e53a05106d91a42bccf87a
parenta5870a46284d8ea283aef72dc32c29a59d3a0709
tools: remove unused argument in setGlobalNodeAttr

cmd/tools/graphml2gv.c: In function ‘setGlobalNodeAttr’:
cmd/tools/graphml2gv.c:298:71: warning: unused parameter ‘ud’ [-Wunused-parameter]
  298 | setGlobalNodeAttr(Agraph_t * g, char *name, char *value, userdata_t * ud)
      |                                                          ~~~~~~~~~~~~~^~
cmd/tools/graphml2gv.c