From: John Ellson Date: Sat, 9 Jan 2016 22:33:58 +0000 (-0500) Subject: janitor - one more -Wstrict-prototypes X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53092435e1185740ec000c69d704dcf2e1d1497f;p=graphviz janitor - one more -Wstrict-prototypes --- diff --git a/lib/ortho/trapezoid.c b/lib/ortho/trapezoid.c index dba1de787..a997b33ea 100644 --- a/lib/ortho/trapezoid.c +++ b/lib/ortho/trapezoid.c @@ -63,7 +63,7 @@ static int QSIZE; static int TRSIZE; /* Return a new node to be added into the query tree */ -static int newnode() +static int newnode(void) { if (q_idx < QSIZE) return q_idx++;