Mark variables as unused
[pspp-builds.git] / src / data / psql-reader.c
index 72e14be4fce9542eb8f7c92b6a21563fc2842f0c..244248a20aeecdf34bcabedbbf188047e5c9b71c 100644 (file)
@@ -37,7 +37,7 @@
 
 #if !PSQL_SUPPORT
 struct casereader *
-psql_open_reader (struct psql_read_info *info, struct dictionary **dict)
+psql_open_reader (struct psql_read_info *info UNUSED, struct dictionary **dict UNUSED)
 {
   msg (ME, _("Support for reading postgres databases was not compiled into this installation of PSPP"));