]> granicus.if.org Git - graphviz/commit
refactor circularLayout
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Mon, 21 Feb 2022 20:12:01 +0000 (22:12 +0200)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 23 Feb 2022 01:28:13 +0000 (17:28 -0800)
commit5bf5b803a4a615150256ab5bbb41c2bbd2717050
tree9806859af0e1288b76f3ac49200458d3a5b5f058
parent853035d64fd3660dcf2ba2317ca80230b78f612d
refactor circularLayout

cut function cleanup, eliminate warning:
./lib/circogen/circular.c: In function ‘cleanup’:
./lib/circogen/circular.c|56 col 50| warning: unused parameter ‘sp’ [-Wunused-parameter]
||    56 | static void cleanup(block_t * root, circ_state * sp)
||       |                                     ~~~~~~~~~~~~~^~
lib/circogen/circular.c