]> granicus.if.org Git - graphviz/commitdiff
vgpanecmd: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Nov 2021 05:45:09 +0000 (21:45 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Nov 2021 18:22:50 +0000 (10:22 -0800)
tclpkg/tclpathplan/tclpathplan.c

index 2f5e774c86a93aabc6a77bbba5653321ec536405..e216abee960231abbae7e8dbe02fdcee9e1ceb27 100644 (file)
@@ -399,6 +399,8 @@ static int
 vgpanecmd(ClientData clientData, Tcl_Interp * interp, int argc,
          char *argv[])
 {
+    (void)clientData;
+
     int vargc, i, j, n, result;
     char *s, **vargv, vbuf[30];
     vgpane_t *vgp, **vgpp;