]> granicus.if.org Git - graphviz/commitdiff
squash some -Wunused-parameter warnings
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 8 Apr 2021 03:33:40 +0000 (20:33 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Apr 2021 21:02:40 +0000 (14:02 -0700)
lib/ortho/ortho.c

index d8179f0ad9907b24e3bc8e840d642c8b8e6f786e..672679c6381df9c61a196263aff405d0b20422f6 100644 (file)
@@ -1200,11 +1200,13 @@ static int edgecmp(epair_t* e0, epair_t* e1)
 
 static boolean spline_merge(node_t * n)
 {
+    (void)n;
     return FALSE;
 }
 
 static boolean swap_ends_p(edge_t * e)
 {
+    (void)e;
     return FALSE;
 }