projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c778c
)
Mark variables as unused
author
John Darrington
<john@darrington.wattle.id.au>
Tue, 14 Oct 2008 12:42:51 +0000
(20:42 +0800)
committer
John Darrington
<john@darrington.wattle.id.au>
Tue, 14 Oct 2008 12:42:51 +0000
(20:42 +0800)
src/data/psql-reader.c
patch
|
blob
|
history
diff --git
a/src/data/psql-reader.c
b/src/data/psql-reader.c
index 72e14be4fce9542eb8f7c92b6a21563fc2842f0c..244248a20aeecdf34bcabedbbf188047e5c9b71c 100644
(file)
--- 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"));