Fix typo which cause the binary not to depend upon any libraries
[pspp] / src / output / html.c
index caaaacb7318c4d42b85eed3109442184d285b72f..d2c5312ff67306881ecdd6a08d71a0fae7862c87 100644 (file)
@@ -31,7 +31,6 @@
 #include <data/file-name.h>
 #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;