]> granicus.if.org Git - graphviz/commit
dotgen: fix: defined but unused label 'finish' in builds without ortho
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 17 Aug 2021 04:36:16 +0000 (06:36 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 23 Aug 2021 19:39:48 +0000 (21:39 +0200)
commit972d4cefdaed31b8ac68dbc8a04f9941cd68cbbe
treea9e3401216d6599da3c1bdce7ee86736a6e15cf6
parent954ec5074475b4dfb90b7a3e6be7a1497cc1a929
dotgen: fix: defined but unused label 'finish' in builds without ortho

Fixes this warning when building without ortho.

lib/dotgen/dotsplines.c: In function ‘_dot_splines’:
lib/dotgen/dotsplines.c:530:1: warning: label ‘finish’ defined but not used [-Wunused-label]
  530 | finish :
      | ^~~~~~
lib/dotgen/dotsplines.c