]> granicus.if.org Git - graphviz/commitdiff
janitor - one more -Wstrict-prototypes
authorJohn Ellson <john.ellson@comcast.net>
Sat, 9 Jan 2016 22:33:58 +0000 (17:33 -0500)
committerJohn Ellson <john.ellson@comcast.net>
Sat, 9 Jan 2016 22:33:58 +0000 (17:33 -0500)
lib/ortho/trapezoid.c

index dba1de78797f23f1e09db4568ca0ce3bbfc0729b..a997b33ea08b3fbc809c1ac249235da7836199fa 100644 (file)
@@ -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++;