]> granicus.if.org Git - graphviz/commitdiff
janitor - fix 1 - -Wstrict-prototypes
authorJohn Ellson <john.ellson@comcast.net>
Sat, 9 Jan 2016 21:09:02 +0000 (16:09 -0500)
committerJohn Ellson <john.ellson@comcast.net>
Sat, 9 Jan 2016 21:09:02 +0000 (16:09 -0500)
lib/common/shapes.c

index 74884ade16b33f8efdf60f53dff6f17be895eeb0..c2ebbe4d0d1f664d8df5b2af583d4e0dbd3346ff 100644 (file)
@@ -4104,11 +4104,10 @@ void resolvePorts(edge_t * e)
            resolvePort(aghead(e), agtail(e), &ED_head_port(e));
 }
 
-void gv_initShapes()
+void gv_initShapes(void)
 {
     pointf p;
     poly_inside(NULL, p);
     point_inside(NULL, p);
     star_inside(NULL, p);
 }
-