]> granicus.if.org Git - graphviz/commitdiff
squash a -Wunused-parameter
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Apr 2021 20:49:39 +0000 (13:49 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 01:11:21 +0000 (18:11 -0700)
lib/expr/exeval.c

index 5355497851b00ebc6b91cad14f8574954117a765..c20c98a5ff8df60bd65f51c1581cf177850d9e55 100644 (file)
@@ -444,6 +444,8 @@ scformat(Sfio_t* sp, void* vp, Sffmt_t* dp)
        Fmt_t*          fmt = (Fmt_t*)dp;
        Exnode_t*       node;
 
+       (void)sp;
+
        if (!fmt->actuals)
        {
                exerror("scanf: not enough arguments");