Remove UNUSED attributes where they were inappropriate.
[pspp] / src / data / gnumeric-reader.c
index 5fee6919c0a51891f5240328606086cf331eb15b..fe5e8662568311f58e4e75c187b6d1e35cc005dd 100644 (file)
@@ -494,7 +494,8 @@ struct var_spec
 
 static void
 gnumeric_error_handler (void *ctx, const char *mesg,
-                       UNUSED xmlParserSeverities sev, xmlTextReaderLocatorPtr loc)
+                       xmlParserSeverities sev UNUSED,
+                       xmlTextReaderLocatorPtr loc)
 {
   struct gnumeric_reader *r = ctx;