Changed po/POTFILES.in to be a generated file.
[pspp] / src / devind.c
index 8432ea8e4d9f362dcedbfe3cdae129d3988f7468..4a8da54aab812c219adec2486b7db862de41646f 100644 (file)
@@ -116,13 +116,13 @@ struct devind_driver_ext
   };
 
 static int
-devind_open_global (struct outp_class *this unused)
+devind_open_global (struct outp_class *this UNUSED)
 {
   return 1;
 }
 
 static int
-devind_close_global (struct outp_class *this unused)
+devind_close_global (struct outp_class *this UNUSED)
 {
   return 1;
 }