X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fhtml.c;h=f0b4f5fdfb0f5698de0030bd30371b7e2715cfba;hb=d781f450096059a2ae52da5749078e68661b9c91;hp=53add68cd5dacd51e2afd3d4ec23f0fb439571df;hpb=d1fff00503280cb951cb8d3f592776ddf3c8595a;p=pspp diff --git a/src/html.c b/src/html.c index 53add68cd5..f0b4f5fdfb 100644 --- a/src/html.c +++ b/src/html.c @@ -22,7 +22,7 @@ #include #include "htmlP.h" -#include +#include "error.h" #include #include #include @@ -46,13 +46,13 @@ static int postopen (struct file_ext *); static int preclose (struct file_ext *); static int -html_open_global (struct outp_class *this unused) +html_open_global (struct outp_class *this UNUSED) { return 1; } static int -html_close_global (struct outp_class *this unused) +html_close_global (struct outp_class *this UNUSED) { return 1; } @@ -168,6 +168,7 @@ html_option (struct outp_driver *this, const char *key, const struct string *val break; default: assert (0); + abort (); } if (*dest) free (*dest);