Remove UNUSED attributes where they were inappropriate.
[pspp] / src / data / ods-reader.c
index 457edeb4fcefff391551e1e3f92497cc23ef5e15..dfd9891298cada3f2b39a018469f626fa9eea45e 100644 (file)
@@ -553,7 +553,8 @@ get_sheet_count (struct zip_reader *zreader)
 
 static void
 ods_error_handler (void *ctx, const char *mesg,
-                       UNUSED xmlParserSeverities sev, xmlTextReaderLocatorPtr loc)
+                  xmlParserSeverities sev UNUSED,
+                  xmlTextReaderLocatorPtr loc)
 {
   struct ods_reader *r = ctx;