From: Matthew Fernandez Date: Sun, 2 May 2021 02:27:11 +0000 (-0700) Subject: mark compBB as static X-Git-Tag: 2.47.2~7^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e480386db854ef63519d4a873f22e9c89d82d9ef;p=graphviz mark compBB as static This function is not used outside of its containing file. --- diff --git a/cmd/tools/gvpack.c b/cmd/tools/gvpack.c index 5e410ec1c..16a4ffa5b 100644 --- a/cmd/tools/gvpack.c +++ b/cmd/tools/gvpack.c @@ -815,7 +815,7 @@ static Agraph_t **readGraphs(int *cp, GVC_t* gvc) * Compute the bounding box containing the graphs. * We can just use the bounding boxes of the graphs. */ -boxf compBB(Agraph_t ** gs, int cnt) +static boxf compBB(Agraph_t ** gs, int cnt) { boxf bb, bb2; int i;