From: John Ellson Date: Sat, 9 Jan 2016 21:09:02 +0000 (-0500) Subject: janitor - fix 1 - -Wstrict-prototypes X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=214dcd1858606de87ebe9537392413036443ce06;p=graphviz janitor - fix 1 - -Wstrict-prototypes --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index 74884ade1..c2ebbe4d0 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -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); } -