Mark variables as unused
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 14 Oct 2008 12:42:51 +0000 (20:42 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 14 Oct 2008 12:42:51 +0000 (20:42 +0800)
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"));