X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpsql-reader.c;h=244248a20aeecdf34bcabedbbf188047e5c9b71c;hb=b32591022aa3ce9b7f74e154d68577d31ae2967f;hp=72e14be4fce9542eb8f7c92b6a21563fc2842f0c;hpb=89a1e7f479414c1a2345e33210d69e91e61b33ac;p=pspp diff --git a/src/data/psql-reader.c b/src/data/psql-reader.c index 72e14be4fc..244248a20a 100644 --- a/src/data/psql-reader.c +++ b/src/data/psql-reader.c @@ -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"));