From: Matthew Fernandez Date: Thu, 13 Jan 2022 04:07:34 +0000 (-0800) Subject: force_directed_edge_bundling: suppress -Wunused-parameter warning X-Git-Tag: 3.0.0~69^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=202dd5e871a080519b4bb66ae3cc9fc2d9adcc6a;p=graphviz force_directed_edge_bundling: suppress -Wunused-parameter warning --- diff --git a/lib/mingle/edge_bundling.c b/lib/mingle/edge_bundling.c index 7f6016b43..9ce5536eb 100644 --- a/lib/mingle/edge_bundling.c +++ b/lib/mingle/edge_bundling.c @@ -570,6 +570,8 @@ static pedge* force_directed_edge_bundling(SparseMatrix A, pedge* edges, int max edges_global = edges; drawScene(); } +#else + (void)open_gl; #endif }