From: Emden R. Gansner Date: Thu, 1 Aug 2013 16:20:45 +0000 (-0400) Subject: Fix warning message X-Git-Tag: LAST_LIBGRAPH~32^2~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ca4eab8041f9ac43223fb385400b645c274a04d;p=graphviz Fix warning message --- diff --git a/lib/common/shapes.c b/lib/common/shapes.c index 7a4d72ccf..a31f9f3b8 100644 --- a/lib/common/shapes.c +++ b/lib/common/shapes.c @@ -111,7 +111,7 @@ static polygon_t p_Mcircle = { TRUE, 1, 1, 0., 0., 0., DIAGONALS | AUXLABELS }; /* non-convex polygons */ -static polygon_t p_star = { FALSE, 1, 10, 0., 0., 0., 0, (point*)&star_gen }; +static polygon_t p_star = { FALSE, 1, 10, 0., 0., 0., 0, (pointf*)&star_gen }; /* biological circuit shapes, as specified by SBOLv*/ /** gene expression symbols **/