X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=d2c5312ff67306881ecdd6a08d71a0fae7862c87;hb=7693a37f77880e38d26af908cdb21710d631ad5a;hp=caaaacb7318c4d42b85eed3109442184d285b72f;hpb=59d14e5581317e3d1e37c8b92b535ba197984776;p=pspp diff --git a/src/output/html.c b/src/output/html.c index caaaacb731..d2c5312ff6 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -31,7 +31,6 @@ #include #include "error.h" #include "getline.h" -#include "getlogin_r.h" #include "output.h" #include "manager.h" #include "table.h" @@ -360,7 +359,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;