Remove UNUSED attributes where they were inappropriate.
[pspp] / src / language / stats / flip.c
index 2ed7278d6b4129dc97ece818ca35849fd951e04b..7f4841d2930ff08c2a1d9629ecda18f088f54b60 100644 (file)
@@ -451,7 +451,7 @@ flip_casereader_read (struct casereader *reader, void *flip_)
    Returns true if successful read, false if an I/O occurred
    during destruction or previously. */
 static void
-flip_casereader_destroy (struct casereader *reader UNUSED, void *flip_)
+flip_casereader_destroy (struct casereader *reader, void *flip_)
 {
   struct flip_pgm *flip = flip_;
   if (flip->error)