X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fhtml.c;h=d71ba0c20d20efbee687c69af769909d405a29a1;hb=0aadb06eaf7e641a1590e6296d79b06fe0f97609;hp=caaaacb7318c4d42b85eed3109442184d285b72f;hpb=59d14e5581317e3d1e37c8b92b535ba197984776;p=pspp diff --git a/src/output/html.c b/src/output/html.c index caaaacb731..d71ba0c20d 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -360,7 +360,7 @@ output_tab_table (struct outp_driver *this, struct tab_table *t) } static void -html_initialise_chart (struct outp_driver *this, struct chart *ch) +html_initialise_chart (struct outp_driver *this UNUSED, struct chart *ch) { #ifdef NO_CHARTS ch->lp = NULL;